Inheritance diagram for IPython.kernel.core.display_formatter:
Objects for replacing sys.displayhook().
Bases: object
Objects conforming to this interface will be responsible for formatting representations of objects that pass through sys.displayhook() during an interactive interpreter session.
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.core.display_formatter.IDisplayFormatter
Return a pretty-printed string representation of an object.
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Bases: IPython.kernel.core.display_formatter.IDisplayFormatter
Return the repr() string representation of an object.
x.__init__(...) initializes x; see x.__class__.__doc__ for signature