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

Method blocking

src/filelock/_async_read_write.py:97–99  ·  view source on GitHub ↗

Whether blocking is enabled by default.

(self)

Source from the content-addressed store, hash-verified

95
96 @property
97 def blocking(self) -> bool:
98 """Whether blocking is enabled by default."""
99 return self._lock.blocking
100
101 @property
102 def loop(self) -> asyncio.AbstractEventLoop | None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected