MCPcopy Index your code
hub / github.com/pathwaycom/pathway / update_monitoring

Method update_monitoring

python/pathway/internals/monitoring.py:206–207  ·  view source on GitHub ↗
(self, data: Any, now: int)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

MonitoringOutputClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected