MCPcopy 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
50class _SQLiteTransitionContext(threading.local):
51 depth: int = 0
52
53
54_SQLITE_TRANSITION_CONTEXT: Final = _SQLiteTransitionContext()

Callers 1

_read_write.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected