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

Function lock_file

tests/test_read_write.py:55–56  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

53
54@pytest.fixture
55def lock_file(tmp_path: Path) -> str:
56 return str(tmp_path / "test_lock.db")
57
58
59@pytest.mark.timeout(20)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…