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

Class AsyncUnixFileLock

src/filelock/asyncio.py:393–394  ·  view source on GitHub ↗

Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems.

Source from the content-addressed store, hash-verified

391
392
393class AsyncUnixFileLock(UnixFileLock, BaseAsyncFileLock):
394 """Uses the :func:`fcntl.flock` to hard lock the lock file on unix systems."""
395
396
397class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock):

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…