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

Class StopAcquire

tests/test_fork_backends.py:293–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 descriptors: list[int] = []
292
293 class StopAcquire(BaseException):
294 pass
295
296 class CapturingLock(_DescriptorLock):
297 def _acquire(self) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected