MCPcopy 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

doWaitMethod · 0.80
set_pause_resumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected