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

Method __init__

IPython/lib/display.py:626–628  ·  view source on GitHub ↗
(self, data=None, url=None, filename=None, language=None)

Source from the content-addressed store, hash-verified

624 or the code. Available lexers: http://pygments.org/docs/lexers/
625 """
626 def __init__(self, data=None, url=None, filename=None, language=None):
627 self.language = language
628 super().__init__(data=data, url=url, filename=filename)
629
630 def _get_lexer(self):
631 if self.language:

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected