Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyQt5/PyQt
/ doWait
Method
doWait
QThread/WakeupThread.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
self.t.start()
59
60
def
doWait(self):
61
self.t.pause()
62
63
def
doWake(self):
64
self.t.resume()
Callers
nothing calls this directly
Calls
1
pause
Method · 0.80
Tested by
no test coverage detected