Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c259 static char *Name_fields[]={ variable
781 Name_type = make_type("Name", expr_type, Name_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c344 static char *Name_fields[]={ variable
970 Name_type = make_type("Name", expr_type, Name_fields, 2); in init_types()