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

Class AsyncWindowsFileLock

src/filelock/asyncio.py:397–398  ·  view source on GitHub ↗

Uses the :func:`msvcrt.locking` to hard lock the lock file on windows systems.

Source from the content-addressed store, hash-verified

395
396
397class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock):
398 """Uses the :func:`msvcrt.locking` to hard lock the lock file on windows systems."""
399
400
401__all__ = [

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…