Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_peepholer.py508 def genexpr(): function
510 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/cpython3/Tools/c-analyzer/
Dignored-globals.txt472 genexpr
Dknown.tsv313 Python/symtable.c - genexpr variable static identifier genexpr
/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.c212 static identifier top = NULL, lambda = NULL, genexpr = NULL, variable
1908 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(genexpr), in symtable_visit_genexp()