Searched refs:genexpr (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_peepholer.py | 493 def genexpr(): function 495 self.assertEqual(count_instr_recursively(genexpr, 'FOR_ITER'), 1)
|
D | pstats.pck | 11 …�>0(u1/home/gbr/devel/python/Lib/distutils/extension.pyimu <genexpr>(iig�… 27 …g0(u)/home/gbr/devel/python/Lib/collections.pyiu <genexpr>(iig�…
|
/external/python/cpython2/Python/ |
D | symtable.c | 187 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/ |
D | symtable.c | 233 static identifier top = NULL, lambda = NULL, genexpr = NULL, variable 2074 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr), in symtable_visit_genexp()
|