Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
A context manager for handling sys.displayhook.
Authors:
Bases: IPython.config.configurable.Configurable
Object to manage sys.displayhook.
This came from IPython.core.kernel.display_hook, but is simplified (no callbacks or formatters) until more of the core is refactored.
Set the hook.
Unset the hook.