Home
last modified time | relevance | path

Searched refs:dictcomp (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_peepholer.py519 def dictcomp(): function
521 self.assertEqual(count_instr_recursively(dictcomp, 'FOR_ITER'), 1)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h31 STRUCT_FOR_STR(anon_dictcomp, "<dictcomp>")
249 STRUCT_FOR_ID(dictcomp)
H A Dpycore_runtime_init.h655 INIT_STR(anon_dictcomp, "<dictcomp>"), \
872 INIT_ID(dictcomp), \
/third_party/python/Python/
H A Dsymtable.c2097 return symtable_handle_comprehension(st, e, &_Py_ID(dictcomp), in symtable_visit_dictcomp()

Completed in 6 milliseconds