MCPcopy 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

19class 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
30app = QtCore.QCoreApplication([])

Callers

nothing calls this directly

Calls 1

instanceMethod · 0.45

Tested by

no test coverage detected