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

Method _default_formatter

IPython/core/formatters.py:57–58  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

55 ipython_display_formatter = ForwardDeclaredInstance('FormatterABC')
56 @default('ipython_display_formatter')
57 def _default_formatter(self):
58 return IPythonDisplayFormatter(parent=self)
59
60 mimebundle_formatter = ForwardDeclaredInstance('FormatterABC')
61 @default('mimebundle_formatter')

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected