Home
last modified time | relevance | path

Searched refs:listcomp (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_peepholer.py484 def listcomp(): function
486 self.assertEqual(count_instr_recursively(listcomp, 'FOR_ITER'), 1)
Dpstats.pck28 ���<listcomp>(���i���i���g?�̔���>g��.�� ?{(���u,���/home/gbr/devel/python/Lib/distutils/dist.p…
137 ���<listcomp>(���iC���iC���g�_>Y1\�>g�_>Y1\�>(���u'���/home/gbr/devel/python/Lib/posixpath.pyi���…
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst229 For example, this listcomp combines the elements of two lists if they are not
275 >>> # flatten a list using a listcomp with two 'for'
306 As we saw in the previous section, the nested listcomp is evaluated in
321 ... # the following 3 lines implement the nested listcomp
/external/python/cpython2/Doc/tutorial/
Ddatastructures.rst272 For example, this listcomp combines the elements of two lists if they are not
318 >>> # flatten a list using a listcomp with two 'for'
350 As we saw in the previous section, the nested listcomp is evaluated in
365 ... # the following 3 lines implement the nested listcomp
/external/python/cpython3/Grammar/
Dpython.gram694 | &'[' (list | listcomp)
701 listcomp[expr_ty]:
/external/python/cpython3/Python/
Dsymtable.c234 listcomp = NULL, setcomp = NULL, dictcomp = NULL, variable
2082 return symtable_handle_comprehension(st, e, GET_IDENTIFIER(listcomp), in symtable_visit_listcomp()
/external/python/cpython3/Doc/howto/
Dfunctional.rst1188 Version 0.2: posted July 10 2006. Merged genexp and listcomp sections into one.
/external/python/cpython2/Doc/howto/
Dfunctional.rst1130 Version 0.2: posted July 10 2006. Merged genexp and listcomp sections into one.
/external/python/cpython2/Doc/distutils/
Dapiref.rst931 .. % % equivalent to a listcomp...
/external/python/cpython3/Doc/distutils/
Dapiref.rst953 .. % % equivalent to a listcomp...
/external/python/setuptools/docs/deprecated/distutils/
Dapiref.rst953 .. % % equivalent to a listcomp...
/external/python/cpython3/Misc/
DHISTORY3137 disabled since 3.0 due to the changes in listcomp handling.