bundles / IPython 9.13.0 / IPython / core / formatters / FormatterABC / __call__
function
IPython.core.formatters:FormatterABC.__call__
source: /IPython/core/formatters.py :312
Signature
def __call__ ( self , obj ) Summary
Return a JSON'able representation of the object.
Extended Summary
If the object cannot be formatted by this formatter, warn and return None.
Aliases
-
IPython.core.formatters.FormatterABC.__call__