bundles / IPython 9.12.0 / IPython / core / formatters / MimeBundleFormatter / __call__
function
IPython.core.formatters:MimeBundleFormatter.__call__
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__