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

Method _repr_svg_

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

Source from the content-addressed store, hash-verified

518 self._data = svg
519
520 def _repr_svg_(self):
521 return self._data_and_metadata()
522
523class ProgressBar(DisplayObject):
524 """Progressbar supports displaying a progressbar like element

Callers 1

test_embed_svg_urlFunction · 0.95

Calls 1

_data_and_metadataMethod · 0.45

Tested by 1

test_embed_svg_urlFunction · 0.76