Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
def
_initialize_protocol(lock_path: Path) -> None:
303
with
StrictSoftFileLock(lock_path):
304
pass
305
306
307
def
_join_threads(*threads: threading.Thread) -> None:
Callers
5
test_strict_soft_lower_intent_delayed_until_higher_selects
Function · 0.70
test_strict_soft_lower_intent_delayed_until_higher_enters
Function · 0.70
test_strict_soft_private_partial_record_is_not_a_claim
Function · 0.70
test_strict_soft_shared_instance_waits_for_failed_doorway
Function · 0.70
test_strict_soft_shared_instance_transition_respects_admission
Function · 0.70
Calls
1
StrictSoftFileLock
Class · 0.90
Tested by
no test coverage detected