예제 #1
0
 def __init__(self, wrapper, instance, cls):
     MethodWrapperDispatcher.__init__(self, wrapper, instance, cls)
예제 #2
0
파일: async.py 프로젝트: phsilva/chimera
 def __init__ (self, cls, instance, func):
     MethodWrapperDispatcher.__init__(self, cls, instance, func)
예제 #3
0
 def __init__(self, wrapper, instance, cls):
     MethodWrapperDispatcher.__init__(self, wrapper, instance, cls)