Home
last modified time | relevance | path

Searched refs:UnaryAdd (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Tools/compiler/
Dast.txt81 UnaryAdd: expr
/external/ply/ply/example/GardenSnake/
DGardenSnake.py562 "+": ast.UnaryAdd,
/external/python/cpython2/Doc/library/
Dcompiler.rst488 | :class:`UnaryAdd` | :attr:`expr` | |
/external/python/cpython2/Lib/compiler/
Dast.py1325 class UnaryAdd(Node): class
Dtransformer.py718 return UnaryAdd(node, lineno=elt[2])