Exemplo n.º 1
0
 def isBusy(self):
     return BrowserTabController.isBusy(self) or\
            (self._thread and self._thread.isRunning())
Exemplo n.º 2
0
 def isBusy(self):
     return BrowserTabController.isBusy(self) or\
            (self._thread and self._thread.isRunning())