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

/external/python/cpython2/Lib/compiler/
H A Dast.py627 class GenExprIf(Node): class in inherits:Node
639 return "GenExprIf(%s)" % (repr(self.test),)

Completed in 83 milliseconds