Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c206 static char *DictComp_fields[]={ variable
760 DictComp_type = make_type("DictComp", expr_type, DictComp_fields, 3); in init_types()
/external/python/cpython3/Python/
DPython-ast.c250 static char *DictComp_fields[]={ variable
931 DictComp_type = make_type("DictComp", expr_type, DictComp_fields, 3); in init_types()