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

Class ThreadLocalFileContext

src/filelock/_api.py:106–107  ·  view source on GitHub ↗

A thread local version of the ``FileLockContext`` class.

Source from the content-addressed store, hash-verified

104
105
106class ThreadLocalFileContext(FileLockContext, local):
107 """A thread local version of the ``FileLockContext`` class."""
108
109
110_T = TypeVar("_T", bound="BaseFileLock")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…