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

Method reload

IPython/core/display.py:1253–1258  ·  view source on GitHub ↗

Reload the raw data from file or URL.

(self)

Source from the content-addressed store, hash-verified

1251 self.height = h // 2
1252
1253 def reload(self):
1254 """Reload the raw data from file or URL."""
1255 if self.embed:
1256 super(Image,self).reload()
1257 if self.retina:
1258 self._retina_shape()
1259
1260 def _repr_html_(self):
1261 if not self.embed:

Callers

nothing calls this directly

Calls 1

_retina_shapeMethod · 0.95

Tested by

no test coverage detected