Module t.w.html
Part of
twisted
.
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
output(func, *args, **kw) -> html string
def PRE(text):
(source)
Wrap <pre> tags around some text and HTML-escape it.
def UL(lst):
(source)
Undocumented
def linkList(lst):
(source)
Undocumented
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 2009-11-24 22:07:21.