示例#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)