Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_peepholer.py493 def genexpr(): function
495 self.assertEqual(count_instr_recursively(genexpr, 'FOR_ITER'), 1)
Dpstats.pck11 …�>0(���u1���/home/gbr/devel/python/Lib/distutils/extension.pyim���u ���<genexpr>(���i���i���g�…
27 …�g��������0(���u)���/home/gbr/devel/python/Lib/collections.pyi��u ���<genexpr>(���i���i���g�…
/third_party/python/Python/
Dsymtable.c233 static identifier top = NULL, lambda = NULL, genexpr = NULL, variable
2074 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr), in symtable_visit_genexp()