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

Function on_time_end

python/pathway/stdlib/viz/plotting.py:127–132  ·  view source on GitHub ↗
(time)

Source from the content-addressed store, hash-verified

125 del integrated[key]
126
127 def on_time_end(time):
128 if plot.document is not None:
129 if plot.document.session_context:
130 plot.document.add_next_tick_callback(stream_updates)
131 else:
132 stream_updates()
133
134 internal_subscribe(
135 self, on_change=_update, on_time_end=on_time_end, skip_persisted_batch=True

Callers

nothing calls this directly

Calls 1

stream_updatesFunction · 0.85

Tested by

no test coverage detected