We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa8911 commit b693fe1Copy full SHA for b693fe1
src/filelock/_api.py
@@ -56,7 +56,7 @@ def __init__(self, lock_file: str | os.PathLike[Any], timeout: float = -1) -> No
56
self._lock_file_fd: int | None = None
57
58
# The default timeout value.
59
- self.timeout: float = timeout
+ self._timeout: float = timeout
60
61
# We use this lock primarily for the lock counter.
62
self._thread_lock: Lock = Lock()
0 commit comments