Home
last modified time | relevance | path

Searched refs:Module_kind (Results 1 – 13 of 13) 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.c61 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
Dast_opt.c471 case Module_kind: in astfold_mod()
Dast.c943 case Module_kind: in _PyAST_Validate()
Dsymtable.c323 case Module_kind: in _PySymtable_Build()
DPython-ast.c1890 p->kind = Module_kind; in _PyAST_Module()
3579 case Module_kind: in ast2obj_mod()
Dcompile.c1953 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/internal/
Dpycore_ast.h151 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
/external/python/cpython3/Doc/data/
Dpython3.10.abi13249 <enumerator name='Module_kind' value='1'/>