Searched refs:Interactive_kind (Results 1 – 10 of 10) sorted by relevance
62 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
250 case Interactive_kind: in PySymtable_Build()
1006 p->kind = Interactive_kind; in Interactive()2153 case Interactive_kind: in ast2obj_mod()
1234 case Interactive_kind: in compiler_mod()
69 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
248 case Interactive_kind: in PySymtable_Build()
989 p->kind = Interactive_kind; in Interactive()2136 case Interactive_kind: in ast2obj_mod()
1211 case Interactive_kind: in compiler_mod()
38 enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, enumerator