Home
last modified time | relevance | path

Searched refs:Import_kind (Results 1 – 9 of 9) sorted by relevance

/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
/external/python/cpython2/Python/
Dsymtable.c1116 case Import_kind: in symtable_visit_stmt()
DPython-ast.c1360 p->kind = Import_kind; in Import()
2470 case Import_kind: in ast2obj_stmt()
Dcompile.c2143 case Import_kind: in compiler_visit_stmt()
/external/python/cpython3/Python/
Dsymtable.c1252 case Import_kind: in symtable_visit_stmt()
DPython-ast.c1629 p->kind = Import_kind; in Import()
2961 case Import_kind: in ast2obj_stmt()
Dast.c487 case Import_kind: in validate_stmt()
Dcompile.c3036 case Import_kind: in compiler_visit_stmt()