This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / 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