Searched refs:listcomp (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_peepholer.py | 484 def listcomp(): function 486 self.assertEqual(count_instr_recursively(listcomp, 'FOR_ITER'), 1)
|
D | pstats.pck | 28 <listcomp>(iig?�̔���>g��.�� ?{(u,/home/gbr/devel/python/Lib/distutils/dist.p… 137 <listcomp>(iCiCg�_>Y1\�>g�_>Y1\�>(u'/home/gbr/devel/python/Lib/posixpath.pyi�…
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 229 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/ |
D | datastructures.rst | 272 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/ |
D | python.gram | 694 | &'[' (list | listcomp) 701 listcomp[expr_ty]:
|
/external/python/cpython3/Python/ |
D | symtable.c | 234 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/ |
D | functional.rst | 1188 Version 0.2: posted July 10 2006. Merged genexp and listcomp sections into one.
|
/external/python/cpython2/Doc/howto/ |
D | functional.rst | 1130 Version 0.2: posted July 10 2006. Merged genexp and listcomp sections into one.
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 931 .. % % equivalent to a listcomp...
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 953 .. % % equivalent to a listcomp...
|
/external/python/setuptools/docs/deprecated/distutils/ |
D | apiref.rst | 953 .. % % equivalent to a listcomp...
|
/external/python/cpython3/Misc/ |
D | HISTORY | 3137 disabled since 3.0 due to the changes in listcomp handling.
|