Home
last modified time | relevance | path

Searched refs:ImportFrom_fields (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
DPython-ast.c131 static char *ImportFrom_fields[]={ variable
724 ImportFrom_type = make_type("ImportFrom", stmt_type, ImportFrom_fields, in init_types()
/external/python/cpython3/Python/
DPython-ast.c168 static char *ImportFrom_fields[]={ variable
896 ImportFrom_type = make_type("ImportFrom", stmt_type, ImportFrom_fields, 3); in init_types()