Home
last modified time | relevance | path

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

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