Home | History | Annotate | Download | only in compiler

Lines Matching defs:With

1378 class With(Node):
1401 return "With(%s, %s, %s)" % (repr(self.expr), repr(self.vars), repr(self.body))