Searched refs:setcomp (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 475 setcomp
|
/external/python/cpython2/Python/ |
D | symtable.c | 187 static identifier top = NULL, lambda = NULL, genexpr = NULL, setcomp = NULL, variable 1598 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(setcomp), in symtable_visit_setcomp()
|
/external/python/cpython3/Python/ |
D | symtable.c | 203 listcomp = NULL, setcomp = NULL, dictcomp = NULL, variable 1787 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(setcomp), in symtable_visit_setcomp()
|