MCPcopy 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
3import os as _os
4import sys as _sys

Callers

nothing calls this directly

Calls 6

WeakSetClass · 0.90
namedtupleFunction · 0.90
localClass · 0.90
_MainThreadClass · 0.85
RLockFunction · 0.70
appendMethod · 0.45

Tested by

no test coverage detected