(self, data: Any, now: int)
| 204 | return self.handler |
| 205 | |
| 206 | def update_monitoring(self, data: Any, now: int) -> None: |
| 207 | self.layout["monitoring"].update(MonitoringOutput(self.node_names, data, now)) |
| 208 | |
| 209 | |
| 210 | @contextlib.contextmanager |
nothing calls this directly
no test coverage detected