twisted.web.html
module documentationtwisted.web
View Source
I hold HTML generation helpers.
Function | PRE | Wrap <pre> tags around some text and HTML-escape it. |
Function | UL | Undocumented |
Function | linkList | Undocumented |
Function | output | No summary |
Wrap <pre> tags around some text and HTML-escape it.
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.