MCPcopy Create free account
hub / github.com/DasyDong/developer-roadmap / thread.py

File thread.py

code/thread.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import threading
2import time
3class MyThread(threading.Thread):
4 def run(self):

Callers

nothing calls this directly

Calls 1

testFunction · 0.85

Tested by

no test coverage detected