def __init__(self, instance):
     ThreadEx.__init__(self)
     self.instance = instance
예제 #2
0
 def __init__(self, instance, after):
     ThreadEx.__init__(self)
     self.instance = instance
     self._afterExecute=after
예제 #3
0
 def __init__(self, instance):
     ThreadEx.__init__(self)
     self.instance = instance
예제 #4
0
 def __init__(self, instance, after):
     ThreadEx.__init__(self)
     self.instance = instance
     self._afterExecute = after