bundles / IPython 9.10.0 / IPython / core / formatters / FormatterABC
ABCMeta
IPython.core.formatters:FormatterABC
source: /IPython/core/formatters.py :297
Signature
def FormatterABC ( ) Members
Summary
Abstract base class for Formatters.
Extended Summary
A formatter is a callable class that is responsible for computing the raw format data for a particular format type (MIME type). For example, an HTML formatter would have a format type of text/html and would return the HTML representation of the object when called.
Aliases
-
IPython.core.formatters.FormatterABC