Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/compiler/
Dast.txt82 UnarySub: expr
/external/ply/ply/example/GardenSnake/
DGardenSnake.py563 "-": ast.UnarySub,
/external/python/cpython2/Doc/library/
Dcompiler.rst490 | :class:`UnarySub` | :attr:`expr` | |
/external/python/cpython2/Lib/compiler/
Dast.py1339 class UnarySub(Node): class
Dtransformer.py720 return UnarySub(node, lineno=elt[2])