(self)
| 67 | ) |
| 68 | |
| 69 | def _sig_view_refresh(self) -> None: |
| 70 | app.ClientConnection.broadcast_flow_reset() |
| 71 | |
| 72 | def _sig_events_add(self, entry: log.LogEntry) -> None: |
| 73 | app.ClientConnection.broadcast( |
nothing calls this directly
no test coverage detected