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

Class SoftFileLockLifetimeWarning

src/filelock/_error.py:27–28  ·  view source on GitHub ↗

The configured soft-lock lifetime permits overlapping live holders after expiry.

Source from the content-addressed store, hash-verified

25
26
27class SoftFileLockLifetimeWarning(DeprecationWarning):
28 """The configured soft-lock lifetime permits overlapping live holders after expiry."""
29
30
31class LeaseSettingsMismatch(ValueError): # ruff:ignore[error-suffix-on-exception-name] # public exception name; renaming breaks the API

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected