Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: core.display_trap¶
A context manager for handling sys.displayhook.
Authors:
- Robert Kern
- Brian Granger
1 Class¶
-
class
IPython.core.display_trap.DisplayTrap(hook=None)¶ Bases:
IPython.config.configurable.ConfigurableObject 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.
-
__init__(hook=None)¶
-
set()¶ Set the hook.
-
unset()¶ Unset the hook.
-
