Home
last modified time | relevance | path

Searched refs:Module_kind (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Python/
Dfuture.c61 if (!(mod->kind == Module_kind || mod->kind == Interactive_kind)) in future_parse()
Dtraceback.c697 assert(module->kind == Module_kind); in extract_anchors_from_line()
Dast.c1013 case Module_kind: in _PyAST_Validate()
Dast_opt.c686 case Module_kind: in astfold_mod()
Dsymtable.c316 case Module_kind: in _PySymtable_Build()
DPython-ast.c1905 p->kind = Module_kind; in _PyAST_Module()
3621 case Module_kind: in ast2obj_mod()
Dcompile.c2192 case Module_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