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

Function lock_file

tests/test_async_read_write.py:32–33  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

30
31@pytest.fixture
32def lock_file(tmp_path: Path) -> str:
33 return str(tmp_path / "test_lock.db")
34
35
36@pytest.mark.asyncio

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…