Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
class
_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