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

Class FilePathLock

tests/test_filelock.py:918–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916
917def test_file_lock_positional_argument(tmp_path: Path) -> None:
918 class FilePathLock(FileLock):
919 def __init__(self, file_path: str) -> None:
920 super().__init__(file_path + ".lock")
921
922 lock_path = tmp_path / "a"
923 lock = FilePathLock(str(lock_path))

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…