Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ resume
Method
resume
QThread/WakeupThread.py:29–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
self._isPause = True
28
29
def
resume(self):
30
self._isPause = False
31
self.cond.wakeAll()
32
33
def
run(self):
34
while
1:
Callers
2
doWake
Method · 0.80
set_pause_resume
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected