Module n.tags

Part of nevow View Source

XHTML stan tags and utilities.

This module defines all valid XHTML tags to make constructing XHTML documents in stan trivial. An example of a simple HTML document in stan is:
   html[
       head[
           title["Simple stan example"],
           ],
       body[
           p["Clever isn't it!"],
           ],
       ]

For convenience, the tags module also includes the more useful members of the stan module, i.e. xml, invisible, directive, slot, cdata etc.

Note: when a tag name conflicts with a Python builtin, the tag name is prefixed with '_'.
Line # Kind Name Docs
59 Function drange Undocumented
def drange(x): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.