Example #1
0
 def isBusy(self):
     return BrowserTabController.isBusy(self) or\
            (self._thread and self._thread.isRunning())
 def isBusy(self):
     return BrowserTabController.isBusy(self) or\
            (self._thread and self._thread.isRunning())