(time)
| 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 |
nothing calls this directly
no test coverage detected