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

Class AsyncThreadLocalFileContext

src/filelock/asyncio.py:50–51  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

48
49
50class AsyncThreadLocalFileContext(AsyncFileLockContext, local):
51 """A thread local version of the ``FileLockContext`` class."""
52
53
54class AsyncAcquireReturnProxy:

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…