You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.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