Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c196 static char *ListComp_fields[]={ variable
756 ListComp_type = make_type("ListComp", expr_type, ListComp_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c239 static char *ListComp_fields[]={ variable
927 ListComp_type = make_type("ListComp", expr_type, ListComp_fields, 2); in init_types()