MCPcopy Index your code
hub / github.com/python/cpython / threading_setup

Function threading_setup

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

Source from the content-addressed store, hash-verified

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

Callers 1

decoratorFunction · 0.85

Calls 1

_countMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…