The executor.
(self)
| 186 | |
| 187 | @property |
| 188 | def executor(self) -> futures.Executor | None: |
| 189 | """The executor.""" |
| 190 | return self._context.executor |
| 191 | |
| 192 | @executor.setter |
| 193 | def executor(self, value: futures.Executor | None) -> None: # pragma: no cover |
nothing calls this directly
no outgoing calls
no test coverage detected