Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ pause
Method
pause
QThread/WakeupThread.py:26–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
24
self.mutex = QMutex()
25
26
def
pause(self):
27
self._isPause = True
28
29
def
resume(self):
30
self._isPause = False
Callers
2
doWait
Method · 0.80
set_pause_resume
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected