Searched refs:Module_kind (Results 1 – 7 of 7) sorted by relevance
61 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
471 case Module_kind: in astfold_mod()
943 case Module_kind: in _PyAST_Validate()
323 case Module_kind: in _PySymtable_Build()
1890 p->kind = Module_kind; in _PyAST_Module()3579 case Module_kind: in ast2obj_mod()
1951 case Module_kind: in compiler_mod()
151 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator