Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ MyGreenThread2
Class
MyGreenThread2
tests_python/resources/_debugger_case_gevent.py:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
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
1
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected