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

Method init_data_pub

IPython/core/interactiveshell.py:873–878  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

871 self.configurables.append(self.display_pub)
872
873 def init_data_pub(self):
874 if not self.data_pub_class:
875 self.data_pub = None
876 return
877 self.data_pub = self.data_pub_class(parent=self)
878 self.configurables.append(self.data_pub)
879
880 def init_displayhook(self):
881 # Initialize displayhook, set in/out prompts and printing system

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected