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

Function lock_file

tests/test_read_write_unit.py:42–43  ·  view source on GitHub ↗
(tmp_path: Path)

Source from the content-addressed store, hash-verified

40
41@pytest.fixture
42def lock_file(tmp_path: Path) -> str:
43 return str(tmp_path / "test_lock.db")
44
45
46def test_timeout_for_sqlite_non_blocking() -> None:

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…