コード例 #1
0
 def onDeleteWidget(self):
     self.cancel_active_threads()
     OWWidget.onDeleteWidget(self)
コード例 #2
0
 def onDeleteWidget(self):
     self.Cancel()
     self.executor.shutdown(wait=False)
     OWWidget.onDeleteWidget(self)