Home
last modified time | relevance | path

Searched refs:ImportFrom_kind (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Python/
H A Dfuture.c13 assert(s->kind == ImportFrom_kind); in future_check_features()
92 if (s->kind == ImportFrom_kind) { in future_parse()
H A Dast_opt.c980 case ImportFrom_kind: in astfold_stmt()
H A Dast.c895 case ImportFrom_kind: in validate_stmt()
H A Dsymtable.c1350 case ImportFrom_kind: in symtable_visit_stmt()
H A DPython-ast.c2465 p->kind = ImportFrom_kind; in _PyAST_ImportFrom()
4151 case ImportFrom_kind: in ast2obj_stmt()
H A Dcompile.c4137 case ImportFrom_kind: in compiler_visit_stmt()
/third_party/python/Include/internal/
H A Dpycore_ast.h183 ImportFrom_kind=21, Global_kind=22, Nonlocal_kind=23, enumerator

Completed in 34 milliseconds