Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
def
threading_setup():
24
return
_thread._count(), len(threading._dangling)
25
26
27
def
threading_cleanup(*original_values):
Callers
1
decorator
Function · 0.85
Calls
2
len
Function · 0.85
_count
Method · 0.45
Tested by
no test coverage detected