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