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

Method __init__

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

Source from the content-addressed store, hash-verified

648 or the code. Available lexers: http://pygments.org/docs/lexers/
649 """
650 def __init__(self, data=None, url=None, filename=None, language=None):
651 self.language = language
652 super().__init__(data=data, url=url, filename=filename)
653
654 def _get_lexer(self):
655 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