Ejemplo n.º 1
0
 def __init__(self, space, func, argchain):
     ToAppLevelConverter.__init__(self, space)
     self.func = func
     self.argchain = argchain
Ejemplo n.º 2
0
 def __init__(self, space, func, argchain):
     ToAppLevelConverter.__init__(self, space)
     self.func = func
     self.argchain = argchain