Home | History | Annotate | Download | only in compiler

Lines Matching defs:IfExp

713 class IfExp(Node):
727 return "IfExp(%s, %s, %s)" % (repr(self.test), repr(self.then), repr(self.else_))