Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/compiler/
Dast.txt50 GenExprIf: test
/external/python/cpython2/Doc/library/
Dcompiler.rst358 | :class:`GenExprIf` | :attr:`test` | |
/external/python/cpython2/Lib/compiler/
Dast.py627 class GenExprIf(Node): class
Dtransformer.py1198 newif = GenExprIf(test, lineno=node[1][2])