The event loop used for ``run_in_executor``, or ``None`` for the running loop.
(self)
| 98 | |
| 99 | @property |
| 100 | def loop(self) -> asyncio.AbstractEventLoop | None: |
| 101 | """The event loop used for ``run_in_executor``, or ``None`` for the running loop.""" |
| 102 | return self._loop |
| 103 | |
| 104 | @property |
| 105 | def executor(self) -> futures.Executor | None: |
nothing calls this directly
no outgoing calls
no test coverage detected