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

Function _initialize_protocol

tests/test_strict_soft_races.py:302–304  ·  view source on GitHub ↗
(lock_path: Path)

Source from the content-addressed store, hash-verified

300
301
302def _initialize_protocol(lock_path: Path) -> None:
303 with StrictSoftFileLock(lock_path):
304 pass
305
306
307def _join_threads(*threads: threading.Thread) -> None:

Calls 1

StrictSoftFileLockClass · 0.90

Tested by

no test coverage detected