Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
DPython-ast.h67 Exec_kind=18, Global_kind=19, Expr_kind=20, Pass_kind=21, enumerator
/external/python/cpython2/Python/
Dsymtable.c1137 case Global_kind: { in symtable_visit_stmt()
DPython-ast.c1413 p->kind = Global_kind; in Global()
2517 case Global_kind: in ast2obj_stmt()
Dcompile.c2160 case Global_kind: in compiler_visit_stmt()