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

Class ThreadLocalFileContext

src/filelock/_api.py:1499–1500  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1497
1498
1499class ThreadLocalFileContext(FileLockContext, local):
1500 """A thread local version of the ``FileLockContext`` class."""
1501
1502
1503@dataclass(frozen=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected