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

Method lock_file

src/filelock/_async_read_write.py:76–78  ·  view source on GitHub ↗

The path to the lock file.

(self)

Source from the content-addressed store, hash-verified

74
75 @property
76 def lock_file(self) -> str:
77 """The path to the lock file."""
78 return self._lock.lock_file
79
80 @property
81 def timeout(self) -> float:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected