Whether blocking is enabled by default.
(self)
| 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: |
nothing calls this directly
no outgoing calls
no test coverage detected