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

Method __init__

IPython/lib/display.py:368–370  ·  view source on GitHub ↗
(self, id, width=400, height=300, **kwargs)

Source from the content-addressed store, hash-verified

366 """
367
368 def __init__(self, id, width=400, height=300, **kwargs):
369 src="https://www.scribd.com/embeds/{0}/content".format(id)
370 super(ScribdDocument, self).__init__(src, width, height, **kwargs)
371
372class FileLink:
373 """Class for embedding a local file link in an IPython session, based on path

Callers

nothing calls this directly

Calls 2

formatMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected