Home
last modified time | relevance | path

Searched refs:ImportFrom_kind (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Python/
Dfuture.c20 assert(s->kind == ImportFrom_kind); in future_check_features()
87 if (s->kind == ImportFrom_kind) { in future_parse()
Dsymtable.c1123 case ImportFrom_kind: in symtable_visit_stmt()
DPython-ast.c1375 p->kind = ImportFrom_kind; in ImportFrom()
2479 case ImportFrom_kind: in ast2obj_stmt()
Dcompile.c2145 case ImportFrom_kind: in compiler_visit_stmt()
/external/python/cpython3/Python/
Dfuture.c13 assert(s->kind == ImportFrom_kind); in future_check_features()
92 if (s->kind == ImportFrom_kind) { in future_parse()
Dast_opt.c759 case ImportFrom_kind: in astfold_stmt()
Dast.c827 case ImportFrom_kind: in validate_stmt()
Dsymtable.c1355 case ImportFrom_kind: in symtable_visit_stmt()
DPython-ast.c2428 p->kind = ImportFrom_kind; in _PyAST_ImportFrom()
4075 case ImportFrom_kind: in ast2obj_stmt()
Dcompile.c3559 case ImportFrom_kind: in compiler_visit_stmt()
/external/python/cpython2/Include/
DPython-ast.h66 Assert_kind=15, Import_kind=16, ImportFrom_kind=17, enumerator
/external/python/cpython3/Include/internal/
Dpycore_ast.h182 Assert_kind=18, Import_kind=19, ImportFrom_kind=20, enumerator
/external/python/cpython3/Doc/data/
Dpython3.10.abi13328 <enumerator name='ImportFrom_kind' value='20'/>