Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_peepholer.py513 def listcomp(): function
515 self.assertEqual(count_instr_recursively(listcomp, 'FOR_ITER'), 1)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h34 STRUCT_FOR_STR(anon_listcomp, "<listcomp>")
291 STRUCT_FOR_ID(listcomp)
H A Dpycore_runtime_init.h658 INIT_STR(anon_listcomp, "<listcomp>"), \
914 INIT_ID(listcomp), \
/third_party/python/Python/
H A Dsymtable.c2081 return symtable_handle_comprehension(st, e, &_Py_ID(listcomp), in symtable_visit_listcomp()

Completed in 6 milliseconds