Home
last modified time | relevance | path

Searched refs:__html_format__ (Results 1 – 3 of 3) sorted by relevance

/external/python/markupsafe/docs/
Dformatting.rst14 to use an ``__html_format__`` method.
16 #. If an object has an ``__html_format__`` method, it is called as a
23 ``__html_format__``, a ``ValueError`` is raised.
39 def __html_format__(self, format_spec):
/external/python/markupsafe/tests/
Dtest_markupsafe.py109 def __html_format__(self, spec): member in test_custom_formatting.HasHTMLAndFormat
122 def __html_format__(self, format_spec): member in test_complex_custom_formatting.User
/external/python/markupsafe/src/markupsafe/
D__init__.py181 def __html_format__(self, format_spec): member in Markup
224 rv = value.__html_format__(format_spec)