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

Method __init__

IPython/lib/display.py:260–264  ·  view source on GitHub ↗
(self, src, width, height, **kwargs)

Source from the content-addressed store, hash-verified

258 """
259
260 def __init__(self, src, width, height, **kwargs):
261 self.src = src
262 self.width = width
263 self.height = height
264 self.params = kwargs
265
266 def _repr_html_(self):
267 """return the embed iframe"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected