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

Method blocking

src/filelock/_async_read_write.py:86–88  ·  view source on GitHub ↗

Whether blocking is enabled by default.

(self)

Source from the content-addressed store, hash-verified

84
85 @property
86 def blocking(self) -> bool:
87 """Whether blocking is enabled by default."""
88 return self._lock.blocking
89
90 @property
91 def loop(self) -> asyncio.AbstractEventLoop | None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected