Exemplo n.º 1
0
 def _upcast(self, other, inst):
     return inst.ex(self, other, type_cls=most_specific(self, other))
Exemplo n.º 2
0
def _upcast(a, b, inst):
  return inst.ex(a, b, type_cls = most_specific(a, b))
Exemplo n.º 3
0
 def _upcast(self, other, inst):
   return inst.ex(self, other, type_cls = most_specific(self, other))
Exemplo n.º 4
0
def _upcast(a, b, inst):
    return inst.ex(a, b, type_cls=most_specific(a, b))