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

Method run

tests_python/resources/_debugger_case20.py:21–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19
20class MyThread(threading.Thread):
21 def run(self):
22 if self not in found:
23 ok.append(False)
24 else:
25 ok.append(True)
26
27
28class ManualCreatedThreadPy313:

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected