module documentation
I hold HTML generation helpers.
Function | link |
Undocumented |
Function | output |
output(func, *args, **kw) -> html string Either return the result of a function (which presumably returns an HTML-legal string) or a sparse HTMLized error message and a message in the server log. |
Function | PRE |
Wrap <pre> tags around some text and HTML-escape it. |
Function | UL |
Undocumented |
output was deprecated in Twisted 15.3.0; please use twisted.web.template instead.
output(func, *args, **kw) -> html string Either return the result of a function (which presumably returns an HTML-legal string) or a sparse HTMLized error message and a message in the server log.
PRE was deprecated in Twisted 15.3.0; please use twisted.web.template instead.
Wrap <pre> tags around some text and HTML-escape it.