Beispiel #1
0
 def rtype_call_args(self, hop):
     from pypy.rpython.rbuiltin import call_args_expand
     hop, _ = call_args_expand(hop, takes_kwds=False)
     hop.swap_fst_snd_args()
     hop.r_s_popfirstarg()
     return self.rtype_simple_call(hop)
Beispiel #2
0
 def rtype_call_args(self, hop):
     from pypy.rpython.rbuiltin import call_args_expand
     hop, _ = call_args_expand(hop, takes_kwds=False)
     hop.swap_fst_snd_args()
     hop.r_s_popfirstarg()
     return self.rtype_simple_call(hop)