(self)
| 101 | sys.exit(Arbiter.WORKER_BOOT_ERROR) |
| 102 | |
| 103 | def run(self) -> None: |
| 104 | return asyncio_run(self._serve(), loop_factory=self.config.get_loop_factory()) |
| 105 | |
| 106 | async def callback_notify(self) -> None: |
| 107 | self.notify() |
nothing calls this directly
no test coverage detected