MCPcopy Index your code
hub / github.com/ipython/ipython / update

Method update

IPython/core/display_functions.py:344–354  ·  view source on GitHub ↗

Update existing displays with my id Parameters ---------- obj object to display **kwargs additional keyword arguments passed to update_display

(self, obj, **kwargs)

Source from the content-addressed store, hash-verified

342 display(obj, display_id=self.display_id, **kwargs)
343
344 def update(self, obj, **kwargs):
345 """Update existing displays with my id
346
347 Parameters
348 ----------
349 obj
350 object to display
351 **kwargs
352 additional keyword arguments passed to update_display
353 """
354 update_display(obj, display_id=self.display_id, **kwargs)
355
356
357def clear_output(wait=False):

Callers 1

test_display_handleFunction · 0.95

Calls 1

update_displayFunction · 0.85

Tested by 1

test_display_handleFunction · 0.76