Home
last modified time | relevance | path

Searched refs:setcomp (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt475 setcomp
/external/python/cpython2/Python/
Dsymtable.c187 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/
Dsymtable.c203 listcomp = NULL, setcomp = NULL, dictcomp = NULL, variable
1787 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(setcomp), in symtable_visit_setcomp()