MCPcopy Index your code
hub / github.com/RustPython/RustPython / threading_setup

Function threading_setup

Lib/test/support/threading_helper.py:23–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22
23def threading_setup():
24 return _thread._count(), len(threading._dangling)
25
26
27def threading_cleanup(*original_values):

Callers 1

decoratorFunction · 0.85

Calls 2

lenFunction · 0.85
_countMethod · 0.45

Tested by

no test coverage detected