Home
last modified time | relevance | path

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

/external/python/cpython3/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�…
/external/python/cpython2/Python/
Dsymtable.c187 static identifier top = NULL, lambda = NULL, genexpr = NULL, setcomp = NULL, variable
1590 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr), in symtable_visit_genexp()
/external/python/cpython3/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()