Part of twisted.web.template View Source View In Hierarchy
A factory for Tag
objects; the
implementation of the tags
object.
This allows for the syntactic convenience of from twisted.web.html
import tags; tags.a(href="linked-page.html")
, where 'a'
can be basically any HTML tag.
See Also | tags
|
Method | __getattr__ | Undocumented |