Home
last modified time | relevance | path

Searched refs:Module_kind (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Python/
Dfuture.c62 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
Dsymtable.c241 case Module_kind: in PySymtable_Build()
DPython-ast.c994 p->kind = Module_kind; in Module()
2144 case Module_kind: in ast2obj_mod()
Dcompile.c1196 case Module_kind: in compiler_mod()
/external/python/cpython3/Python/
Dfuture.c68 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
Dast_opt.c452 case Module_kind: in astfold_mod()
Dsymtable.c302 case Module_kind: in PySymtable_BuildObject()
Dast.c536 case Module_kind: in PyAST_Validate()
DPython-ast.c1921 p->kind = Module_kind; in Module()
3385 case Module_kind: in ast2obj_mod()
Dcompile.c1833 case Module_kind: in compiler_mod()
/external/python/cpython2/Include/
DPython-ast.h38 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
/external/python/cpython3/Include/
DPython-ast.h50 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator