Beispiel #1
0
 def start(self):
     """
     Starts the component. For internal use only.
     """
     self.on_starting()
     BackgroundWorker.start(self)
Beispiel #2
0
 def __init__(self):
     BackgroundWorker.__init__(self)