예제 #1
0
 def __init__(self, constructor, wrapper=None):
     calldef_t.__init__(self, function=constructor, wrapper=wrapper)
예제 #2
0
 def __init__( self, constructor, wrapper=None ):
     calldef_t.__init__( self, function=constructor, wrapper=wrapper )
예제 #3
0
 def __init__(self, function, wrapper=None):
     calldef_t.__init__(self, function=function, wrapper=wrapper)
예제 #4
0
 def __init__( self, function, wrapper=None ):
     calldef_t.__init__( self, function=function, wrapper=wrapper )