MCPcopy Create free account
hub / github.com/PyQt5/PyQt / doWake

Method doWake

QThread/WakeupThread.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 self.t.pause()
62
63 def doWake(self):
64 self.t.resume()
65
66
67if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected