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

Method update

IPython/core/display.py:556–557  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

554 display_functions.display(self, display_id=self._display_id)
555
556 def update(self):
557 display_functions.display(self, display_id=self._display_id, update=True)
558
559 @property
560 def progress(self):

Callers 15

progressMethod · 0.95
__exit__Method · 0.45
mergeMethod · 0.45
pt_initMethod · 0.45
ipapp.pyFile · 0.45
_merge_shortcutsMethod · 0.45
mainloopMethod · 0.45
embedFunction · 0.45
application.pyFile · 0.45
shellapp.pyFile · 0.45
init_codeMethod · 0.45
init_dbMethod · 0.45

Calls 1

displayMethod · 0.45

Tested by 8

pushMethod · 0.36
setupMethod · 0.36
teardownMethod · 0.36
environmentFunction · 0.36
cleanup_user_nsFunction · 0.36
pushMethod · 0.36