Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/compiler/
Dast.txt47 GenExpr: code
99 init(GenExpr):
/external/python/cpython2/Lib/compiler/
Dtransformer.py1209 return GenExpr(GenExprInner(expr, fors), lineno=lineno)
1283 if len_nodelist != 2 and isinstance(result, GenExpr) \
Dast.py585 class GenExpr(Node): class
/external/python/cpython2/Doc/library/
Dcompiler.rst350 | :class:`GenExpr` | :attr:`code` | |