bundles / IPython 9.13.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__