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

Method blocking

src/filelock/_api.py:293–300  ·  view source on GitHub ↗

Whether the locking is blocking or not. .. versionadded:: 3.14.0

(self)

Source from the content-addressed store, hash-verified

291
292 @property
293 def blocking(self) -> bool:
294 """
295 Whether the locking is blocking or not.
296
297 .. versionadded:: 3.14.0
298
299 """
300 return self._context.blocking
301
302 @blocking.setter
303 def blocking(self, value: bool) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected