Searched defs:GenExpr (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/compiler/
H A Dast.py585 class GenExpr(Node): class in inherits:Node
600 return "GenExpr(%s)" % (repr(self.code),)

Completed in 67 milliseconds