Home
last modified time | relevance | path

Searched refs:Interactive_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.c946 case Interactive_kind: in _PyAST_Validate()
Dast_opt.c474 case Interactive_kind: in astfold_mod()
Dsymtable.c334 case Interactive_kind: in _PySymtable_Build()
DPython-ast.c1903 p->kind = Interactive_kind; in _PyAST_Interactive()
3595 case Interactive_kind: in ast2obj_mod()
Dcompile.c1957 case Interactive_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