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

bundles / IPython 9.11.0 / IPython / core / formatters / MimeBundleFormatter / __call__

function

IPython.core.formatters:MimeBundleFormatter.__call__

source: /IPython/core/formatters.py :1015

Signature

def   __call__ ( self obj include = None exclude = None )

Summary

Compute the format for an object.

Extended Summary

Identical to parent's method but we pass extra parameters to the method.

Unlike other _repr_*_ _repr_mimebundle_ should allow extra kwargs, in particular include and exclude.

Aliases

  • IPython.core.formatters.MimeBundleFormatter.__call__