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_gevent.py:23–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
class
MyGreenThread2(threading.Thread):
22
23
def
run(self):
24
for
_i in range(3):
25
sleep()
26
27
28
class
MyGreenletThread(threading.Thread):
Callers
nothing calls this directly
Calls
1
sleep
Function · 0.85
Tested by
no test coverage detected