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

Function _initialize_protocol

tests/test_strict_soft_failures.py:954–956  ·  view source on GitHub ↗
(lock_path: Path)

Source from the content-addressed store, hash-verified

952
953
954def _initialize_protocol(lock_path: Path) -> None:
955 with StrictSoftFileLock(lock_path):
956 pass
957
958
959def _private_claim_path(lock_path: Path, token: str) -> Path:

Calls 1

StrictSoftFileLockClass · 0.90

Tested by

no test coverage detected