MCPcopy Create free account
hub / github.com/tox-dev/filelock / _ThreadLocalRegistry

Class _ThreadLocalRegistry

src/filelock/_api.py:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44class _ThreadLocalRegistry(local):
45 def __init__(self) -> None:
46 super().__init__()
47 self.held: dict[str, int] = {}
48
49
50_registry = _ThreadLocalRegistry()

Callers 1

_api.pyFile · 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…