def __init__(self, wrapper, instance, cls): MethodWrapperDispatcher.__init__(self, wrapper, instance, cls)
def __init__ (self, cls, instance, func): MethodWrapperDispatcher.__init__(self, cls, instance, func)