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

bundles / IPython 9.12.0 / IPython / core / display / HTML / __html__

function

IPython.core.display:HTML.__html__

source: /IPython/core/display.py :453

Signature

def   __html__ ( self )

Summary

This method exists to inform other HTML-using modules (e.g. Markupsafe, htmltag, etc) that this object is HTML and does not need things like special characters (<>&) escaped.

Aliases

  • IPython.display.HTML.__html__