MCPcopy Create free account
hub / github.com/ipython/ipython / update

Method update

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

Source from the content-addressed store, hash-verified

823 display(self, display_id=self._display_id)
824
825 def update(self):
826 display(self, display_id=self._display_id, update=True)
827
828 @property
829 def progress(self):

Callers 15

progressMethod · 0.95
setup.pyFile · 0.45
__exit__Method · 0.45
mergeMethod · 0.45
teardown_environmentFunction · 0.45
pt_initMethod · 0.45
ipapp.pyFile · 0.45
TerminalIPythonAppClass · 0.45
mainloopMethod · 0.45
embedFunction · 0.45
__call__Method · 0.45

Calls 1

displayFunction · 0.70

Tested by 7

teardown_environmentFunction · 0.36
pushMethod · 0.36
launchMethod · 0.36
setUpMethod · 0.36
tearDownMethod · 0.36
runMethod · 0.36