Exemplo n.º 1
0
 def stop(self):
     self.do_stop = True
     ProgressThread.stop(self)
Exemplo n.º 2
0
 def __init__(self, data, replace):
     ProgressThread.__init__(self)
     self.data = data
     self.replace = replace
     self.do_stop = False
Exemplo n.º 3
0
 def __init__(self, import_collection, user_collection):
     ProgressThread.__init__(self)
     self.import_collection = import_collection
     self.user_collection = user_collection
     self.do_stop = False
     self.track_data = []
Exemplo n.º 4
0
 def stop(self):
     self.do_stop = True
     ProgressThread.stop(self)
Exemplo n.º 5
0
 def __init__(self, data, replace):
     ProgressThread.__init__(self)
     self.data = data
     self.replace = replace
     self.do_stop = False
Exemplo n.º 6
0
 def __init__(self, import_collection, user_collection):
     ProgressThread.__init__(self)
     self.import_collection = import_collection
     self.user_collection = user_collection
     self.do_stop = False
     self.track_data = []