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

Method __init__

IPython/core/displaypub.py:39–41  ·  view source on GitHub ↗
(self, shell=None, *args, **kwargs)

Source from the content-addressed store, hash-verified

37 """
38
39 def __init__(self, shell=None, *args, **kwargs):
40 self.shell = shell
41 super().__init__(*args, **kwargs)
42
43 def _validate_data(self, data, metadata=None):
44 """Validate the display data.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected