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

Method init_display_pub

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

Source from the content-addressed store, hash-verified

867 self.configurables.append(self.display_formatter)
868
869 def init_display_pub(self):
870 self.display_pub = self.display_pub_class(parent=self, shell=self)
871 self.configurables.append(self.display_pub)
872
873 def init_data_pub(self):
874 if not self.data_pub_class:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected