Beispiel #1
0
 def new_instance(self, llops, classcallhop=None, v_cpytype=None):
     vptr = InstanceRepr.new_instance(self, llops, classcallhop, v_cpytype)
     self.set_vable(llops, vptr)
     return vptr
Beispiel #2
0
 def new_instance(self, llops, classcallhop=None):
     vptr = InstanceRepr.new_instance(self, llops, classcallhop)
     self.set_vable(llops, vptr)
     return vptr