Exemplo n.º 1
0
 def __init__(self, wrapper, instance, cls):
     MethodWrapperDispatcher.__init__(self, wrapper, instance, cls)
Exemplo n.º 2
0
 def __init__ (self, cls, instance, func):
     MethodWrapperDispatcher.__init__(self, cls, instance, func)
Exemplo n.º 3
0
 def __init__(self, wrapper, instance, cls):
     MethodWrapperDispatcher.__init__(self, wrapper, instance, cls)