You are viewing an older version (9.12.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.12.0 / IPython / core / displayhook / DisplayHook / __call__

function

IPython.core.displayhook:DisplayHook.__call__

source: /IPython/core/displayhook.py :269

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__