Searched refs:genexpr (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_peepholer.py | 508 def genexpr(): function 510 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/cpython3/Tools/c-analyzer/ |
D | ignored-globals.txt | 472 genexpr
|
D | known.tsv | 313 Python/symtable.c - genexpr variable static identifier genexpr
|
/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 | 212 static identifier top = NULL, lambda = NULL, genexpr = NULL, variable 1908 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr), in symtable_visit_genexp()
|