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