Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h38 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
/external/python/cpython2/Python/
Dsymtable.c246 case Expression_kind: in PySymtable_Build()
DPython-ast.c1023 p->kind = Expression_kind; in Expression()
2162 case Expression_kind: in ast2obj_mod()
Dcompile.c1198 case Expression_kind: in compiler_mod()