Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c93 static char *If_fields[]={ variable
709 If_type = make_type("If", stmt_type, If_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c122 static char *If_fields[]={ variable
882 If_type = make_type("If", stmt_type, If_fields, 3); in init_types()