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