Home | History | Annotate | Download | only in compiler

Lines Matching full:callfunc

281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))