Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c192 static char *Set_fields[]={ variable
754 Set_type = make_type("Set", expr_type, Set_fields, 1); in init_types()
/external/python/cpython3/Python/
DPython-ast.c233 static char *Set_fields[]={ variable
925 Set_type = make_type("Set", expr_type, Set_fields, 1); in init_types()