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

Method poll_interval

src/filelock/_api.py:313–320  ·  view source on GitHub ↗

The default polling interval, in seconds. .. versionadded:: 3.24.0

(self)

Source from the content-addressed store, hash-verified

311
312 @property
313 def poll_interval(self) -> float:
314 """
315 The default polling interval, in seconds.
316
317 .. versionadded:: 3.24.0
318
319 """
320 return self._context.poll_interval
321
322 @poll_interval.setter
323 def poll_interval(self, value: float) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected