Ejemplo n.º 1
0
 def rtype_new(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.new, hop, revealargs=[], revealresult=True)
Ejemplo n.º 2
0
 def rtype_getattr(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.getattr, hop)
Ejemplo n.º 3
0
 def rtype_delitem(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.delitem, hop)
Ejemplo n.º 4
0
 def rtype_call(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.call, hop)
Ejemplo n.º 5
0
 def rtype_is_true(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.is_true, hop)
Ejemplo n.º 6
0
 def rtype_getattr(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.getattr, hop)
Ejemplo n.º 7
0
 def rtype_new(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.new, hop, revealargs=[], revealresult=True)
Ejemplo n.º 8
0
 def rtype_call(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.call, hop)
Ejemplo n.º 9
0
 def rtype_delitem(self, hop):
     from rpython.rtyper.rcontrollerentry import rtypedelegate
     return rtypedelegate(self.delitem, hop)