The path to the lock file.
(self)
| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected