Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ threading.py
File
threading.py
Lib/threading.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Thread module emulating a subset of Java's threading model."
""
2
3
import
os
as
_os
4
import
sys
as
_sys
Callers
nothing calls this directly
Calls
6
WeakSet
Class · 0.90
namedtuple
Function · 0.90
local
Class · 0.90
_MainThread
Class · 0.85
RLock
Function · 0.70
append
Method · 0.45
Tested by
no test coverage detected