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

Class ThreadSafetyEntry

Doc/tools/extensions/c_annotations.py:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53@dataclasses.dataclass(frozen=True, slots=True)
54class ThreadSafetyEntry:
55 # Name of the function.
56 name: str
57 # Thread safety level.
58 # One of: 'incompatible', 'compatible', 'safe'.
59 level: str
60
61
62@dataclasses.dataclass(frozen=True, slots=True)

Callers 1

read_threadsafety_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…