Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c143 static char *Global_fields[]={ variable
729 Global_type = make_type("Global", stmt_type, Global_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c174 static char *Global_fields[]={ variable
898 Global_type = make_type("Global", stmt_type, Global_fields, 1); in init_types()