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

Class AsyncThreadLocalFileContext

src/filelock/asyncio.py:707–708  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

705
706
707class AsyncThreadLocalFileContext(AsyncFileLockContext, local):
708 """A thread local version of the ``FileLockContext`` class."""
709
710
711class AsyncAcquireReturnProxy:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected