The event loop (or ``None`` for the running loop).
(self)
| 89 | |
| 90 | @property |
| 91 | def loop(self) -> asyncio.AbstractEventLoop | None: |
| 92 | """The event loop (or ``None`` for the running loop).""" |
| 93 | return self._loop |
| 94 | |
| 95 | @property |
| 96 | def executor(self) -> futures.Executor: |
nothing calls this directly
no outgoing calls
no test coverage detected