Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c201 static char *SetComp_fields[]={ variable
758 SetComp_type = make_type("SetComp", expr_type, SetComp_fields, 2); in init_types()
/external/python/cpython3/Python/
DPython-ast.c244 static char *SetComp_fields[]={ variable
929 SetComp_type = make_type("SetComp", expr_type, SetComp_fields, 2); in init_types()