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

bundles / IPython 9.14.0.dev / 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__