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

Method __init__

src/filelock/_api.py:45–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected