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

Class FcntlModule

tests/async_filelock_cancellation_helpers.py:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 from typing import Protocol
15
16 class FcntlModule(Protocol):
17 LOCK_UN: int
18
19 @staticmethod
20 def flock(fd: int, operation: int) -> None: ...
21
22
23def assert_cancellation_message(error: asyncio.CancelledError, message: str) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected