Searched refs:ImportFrom_kind (Results 1 – 7 of 7) sorted by relevance
13 assert(s->kind == ImportFrom_kind); in future_check_features()92 if (s->kind == ImportFrom_kind) { in future_parse()
827 case ImportFrom_kind: in validate_stmt()
759 case ImportFrom_kind: in astfold_stmt()
1355 case ImportFrom_kind: in symtable_visit_stmt()
2428 p->kind = ImportFrom_kind; in _PyAST_ImportFrom()4075 case ImportFrom_kind: in ast2obj_stmt()
3558 case ImportFrom_kind: in compiler_visit_stmt()
182 Assert_kind=18, Import_kind=19, ImportFrom_kind=20, enumerator