Home
last modified time | relevance | path

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

/third_party/python/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.c1951 case Module_kind: in compiler_mod()
/third_party/python/Include/internal/
Dpycore_ast.h151 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator