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

Method __init__

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

Source from the content-addressed store, hash-verified

350 """
351
352 def __init__(self, id, width=400, height=300, **kwargs):
353 src="https://player.vimeo.com/video/{0}".format(id)
354 super(VimeoVideo, self).__init__(src, width, height, **kwargs)
355
356class ScribdDocument(IFrame):
357 """

Callers

nothing calls this directly

Calls 2

formatMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected