Searched refs:Module_kind (Results 1 – 12 of 12) sorted by relevance
62 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
241 case Module_kind: in PySymtable_Build()
994 p->kind = Module_kind; in Module()2144 case Module_kind: in ast2obj_mod()
1196 case Module_kind: in compiler_mod()
68 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
498 case Module_kind: in astfold_mod()
290 case Module_kind: in PySymtable_BuildObject()
1197 p->kind = Module_kind; in Module()2578 case Module_kind: in ast2obj_mod()
562 case Module_kind: in PyAST_Validate()
1526 case Module_kind: in compiler_mod()
38 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator
42 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator