Home
last modified time | relevance | path

Searched defs:arith_expr (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dgraminit.h61 #define arith_expr 314 macro
/external/python/cpython3/Include/
Dgraminit.h66 #define arith_expr 319 macro
/external/python/cpython2/Lib/
Dsymbol.py71 arith_expr = 314 variable
/external/python/cpython3/Lib/
Dsymbol.py76 arith_expr = 319 variable
/external/python/cpython2/Lib/compiler/
Dtransformer.py682 def arith_expr(self, nodelist): member in Transformer