The executor.
(self)
| 232 | |
| 233 | @property |
| 234 | def executor(self) -> futures.Executor | None: |
| 235 | """The executor.""" |
| 236 | return self._context.executor |
| 237 | |
| 238 | @executor.setter |
| 239 | def executor(self, value: futures.Executor | None) -> None: # pragma: no cover |
nothing calls this directly
no outgoing calls
no test coverage detected