Home
last modified time | relevance | path

Searched refs:ListCompFor (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/compiler/
Dast.txt45 ListCompFor: assign, list, ifs!
/external/python/cpython2/Doc/library/
Dcompiler.rst400 | :class:`ListCompFor` | :attr:`assign` | |
/external/python/cpython2/Lib/compiler/
Dast.py855 class ListCompFor(Node): class
Dtransformer.py1137 newfor = ListCompFor(assignNode, compNode, [])