Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
class
TestThread(QtCore.QThread):
25
26
def
run(self):
27
QtCore.QThread.sleep(4)
28
print(
'Done sleeping'
)
29
30
31
def
on_start():
Callers
1
_debugger_case_qthread4.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected