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

Method __init__

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

Source from the content-addressed store, hash-verified

327
328class _ThreadLocalRegistry(local):
329 def __init__(self) -> None:
330 super().__init__()
331 self.held: dict[Hashable, int] = {}
332
333
334_registry: Final[_ThreadLocalRegistry] = _ThreadLocalRegistry()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected