Searched refs:__html_format__ (Results 1 – 3 of 3) sorted by relevance
14 to use an ``__html_format__`` method.16 #. If an object has an ``__html_format__`` method, it is called as a23 ``__html_format__``, a ``ValueError`` is raised.39 def __html_format__(self, format_spec):
109 def __html_format__(self, spec): member in test_custom_formatting.HasHTMLAndFormat122 def __html_format__(self, format_spec): member in test_complex_custom_formatting.User
181 def __html_format__(self, format_spec): member in Markup224 rv = value.__html_format__(format_spec)