Home
last modified time | relevance | path

Searched refs:LeftShift (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/compiler/
Dast.txt72 LeftShift: (left, right)
/external/python/cpython2/Doc/library/
Dcompiler.rst390 | :class:`LeftShift` | :attr:`left` | |
/external/python/cpython2/Lib/compiler/
Dast.py803 class LeftShift(Node): class
Dtransformer.py675 node = LeftShift([node, right], lineno=nodelist[1][2])