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

Method run

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

Source from the content-addressed store, hash-verified

21class MyGreenThread2(threading.Thread):
22
23 def run(self):
24 for _i in range(3):
25 sleep()
26
27
28class MyGreenletThread(threading.Thread):

Callers

nothing calls this directly

Calls 1

sleepFunction · 0.85

Tested by

no test coverage detected