MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / TestThread

Class TestThread

tests_python/resources/_debugger_case_qthread4.py:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24class TestThread(QtCore.QThread):
25
26 def run(self):
27 QtCore.QThread.sleep(4)
28 print('Done sleeping')
29
30
31def on_start():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected