bundles / IPython 9.12.0 / IPython / core / displayhook / DisplayHook
MetaHasTraits
IPython.core.displayhook:DisplayHook
source: /IPython/core/displayhook.py :25
Signature
def DisplayHook ( shell = None , cache_size = 1000 , ** kwargs ) Members
-
__call__ -
__init__ -
check_for_underscore -
compute_format_data -
cull_cache -
fill_exec_result -
finish_displayhook -
flush -
log_output -
quiet -
semicolon_at_end_of_expression -
start_displayhook -
update_user_ns -
write_format_data -
write_output_prompt
Summary
The custom IPython displayhook to replace sys.displayhook.
Extended Summary
This class does many things, but the basic idea is that it is a callable that gets called anytime user code returns a value.
Aliases
-
IPython.core.displayhook.DisplayHook