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

Method _default_mime_formatter

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

Source from the content-addressed store, hash-verified

60 mimebundle_formatter = ForwardDeclaredInstance('FormatterABC')
61 @default('mimebundle_formatter')
62 def _default_mime_formatter(self):
63 return MimeBundleFormatter(parent=self)
64
65 # A dict of formatter whose keys are format types (MIME types) and whose
66 # values are subclasses of BaseFormatter.

Callers

nothing calls this directly

Calls 1

MimeBundleFormatterClass · 0.85

Tested by

no test coverage detected