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

Method _release

src/filelock/_api.py:1427–1429  ·  view source on GitHub ↗

Releases the lock and sets self._context.lock_file_fd to None.

(self)

Source from the content-addressed store, hash-verified

1425
1426 @abstractmethod
1427 def _release(self) -> None:
1428 """Releases the lock and sets self._context.lock_file_fd to None."""
1429 raise NotImplementedError
1430
1431
1432# acquire() returns this wrapper instead of self so entering the with-statement does not call __enter__ a second

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected