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

Method _repr_svg_

IPython/utils/capture.py:58–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

56 return self._repr_mime_("image/jpeg")
57
58 def _repr_svg_(self):
59 return self._repr_mime_("image/svg+xml")
60
61
62class CapturedIO(object):

Callers 1

test_rich_outputFunction · 0.95

Calls 1

_repr_mime_Method · 0.95

Tested by 1

test_rich_outputFunction · 0.76