Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tox-dev/filelock
/ _SQLiteTransitionContext
Class
_SQLiteTransitionContext
src/filelock/_read_write.py:50–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
50
class
_SQLiteTransitionContext(threading.local):
51
depth: int = 0
52
53
54
_SQLITE_TRANSITION_CONTEXT: Final = _SQLiteTransitionContext()
Callers
1
_read_write.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected