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