Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c80 static char *For_fields[]={ variable
705 For_type = make_type("For", stmt_type, For_fields, 4); in init_types()
/external/python/cpython3/Python/
DPython-ast.c101 static char *For_fields[]={ variable
876 For_type = make_type("For", stmt_type, For_fields, 4); in init_types()