Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_peepholer.py487 def setcomp(): function
489 self.assertEqual(count_instr_recursively(setcomp, 'FOR_ITER'), 1)
/third_party/python/Python/
Dsymtable.c234 listcomp = NULL, setcomp = NULL, dictcomp = NULL, variable
2090 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(setcomp), in symtable_visit_setcomp()
/third_party/python/Grammar/
Dpython.gram695 | &'{' (dict | set | dictcomp | setcomp)
714 setcomp[expr_ty]: