Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ run
Method
run
tests_python/resources/_debugger_case_qthread3.py:21–27 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
19
class
Runnable(QtCore.QRunnable):
20
21
def
run(self):
22
count = 0
23
app = QtCore.QCoreApplication.instance()
24
while
count < 5:
25
print(
"Increasing"
)
# break here
26
count += 1
27
app.quit()
28
29
30
app = QtCore.QCoreApplication([])
Callers
nothing calls this directly
Calls
1
instance
Method · 0.45
Tested by
no test coverage detected