bundles / IPython 9.14.0.dev / IPython / core / displayhook / DisplayHook / __call__
function
IPython.core.displayhook:DisplayHook.__call__
Signature
def __call__ ( self , result = None ) Summary
Printing with history cache management.
Extended Summary
This is invoked every time the interpreter needs to print, and is activated by setting the variable sys.displayhook to it.
Aliases
-
IPython.core.displayhook.DisplayHook.__call__