Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c127 static char *Import_fields[]={ variable
722 Import_type = make_type("Import", stmt_type, Import_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c162 static char *Import_fields[]={ variable
894 Import_type = make_type("Import", stmt_type, Import_fields, 1); in init_types()