MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / threading.py

File threading.py

tools/python-3.11.9-amd64/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
_MainThreadClass · 0.85
RLockFunction · 0.70
setFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected