Set the status text.
(self, status: str)
| 387 | self._uptime_job = None |
| 388 | |
| 389 | def set_status(self, status: str) -> None: |
| 390 | """Set the status text.""" |
| 391 | self.status_label.configure(text=status) |
| 392 | |
| 393 | def set_port(self, port: int) -> None: |
| 394 | """Set the port display.""" |
no outgoing calls
no test coverage detected