Searched refs:Module_kind (Results 1 – 8 of 8) sorted by relevance
61 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
697 assert(module->kind == Module_kind); in extract_anchors_from_line()
1013 case Module_kind: in _PyAST_Validate()
686 case Module_kind: in astfold_mod()
316 case Module_kind: in _PySymtable_Build()
1905 p->kind = Module_kind; in _PyAST_Module()3621 case Module_kind: in ast2obj_mod()
2192 case Module_kind: in compiler_mod()
151 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator