Home
last modified time | relevance | path

Searched refs:ImportFrom_kind (Results 1 – 11 of 11) 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.c1117 case ImportFrom_kind: in symtable_visit_stmt()
DPython-ast.c1375 p->kind = ImportFrom_kind; in ImportFrom()
2479 case ImportFrom_kind: in ast2obj_stmt()
Dcompile.c2143 case ImportFrom_kind: in compiler_visit_stmt()
/external/python/cpython3/Python/
Dfuture.c19 assert(s->kind == ImportFrom_kind); in future_check_features()
102 if (s->kind == ImportFrom_kind) { in future_parse()
Dsymtable.c1272 case ImportFrom_kind: in symtable_visit_stmt()
DPython-ast.c1656 p->kind = ImportFrom_kind; in ImportFrom()
2984 case ImportFrom_kind: in ast2obj_stmt()
Dast.c488 case ImportFrom_kind: in validate_stmt()
Dcompile.c2868 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/
DPython-ast.h71 Assert_kind=17, Import_kind=18, ImportFrom_kind=19, enumerator