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

Function test

code/thread.py:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14num = 0
15mutex = threading.Lock()
16def test():
17 for i in range(5):
18 t = MyThread()
19 t.start()
20
21if __name__=="__main__":
22 test()

Callers 1

thread.pyFile · 0.85

Calls 1

MyThreadClass · 0.85

Tested by

no test coverage detected