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

Method init_display_formatter

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

Source from the content-addressed store, hash-verified

863 sys.ps3 = 'Out: '
864
865 def init_display_formatter(self):
866 self.display_formatter = DisplayFormatter(parent=self)
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)

Callers 1

__init__Method · 0.95

Calls 1

DisplayFormatterClass · 0.90

Tested by

no test coverage detected