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
@deprecated(Version('Twisted', 15, 3, 0), 'twisted.web.template')
def PRE(text): (source)

Wrap <pre> tags around some text and HTML-escape it.

@deprecated(Version('Twisted', 15, 3, 0), 'twisted.web.template')
def UL(lst): (source)
Undocumented
@deprecated(Version('Twisted', 15, 3, 0), 'twisted.web.template')
def linkList(lst): (source)
Undocumented
@deprecated(Version('Twisted', 15, 3, 0), 'twisted.web.template')
def output(func, *args, **kw): (source)

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.

API Documentation for Twisted, generated by pydoctor at 2015-09-04 15:29:41.