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

Class AsyncWindowsFileLock

src/filelock/asyncio.py:747–748  ·  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

745
746
747class AsyncWindowsFileLock(WindowsFileLock, BaseAsyncFileLock):
748 """Uses the :func:`msvcrt.locking` to hard lock the lock file on windows systems."""
749
750
751__all__ = [

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected