Functions
esc(s, nl=br)
escape a string for html safety. nl can be one of the following:
'br': use <br /> tags to replace \n
'p': use </p><p> tags to replace \n and wrap in a <p>...</p>
'rbr': usr <br /><br /> tags to replace \n\s*\n
'rp: use </p><p> tags to replace \n\s*\n and wrap in a <p>...</p>
genlen(gen)
genlen(gen) -> bool
Return whether generator has any elements by testing for StopIteration
writefuncs(out, title, indent=0, css=('functions', 'function'), *funcs)
writehtml(module, dst, css, title=Syntax Hilight)
writevars(out, title, indent=0, css=('data', 'datum'), *vars)
Global Data
attributes = [<Attribute sel='body'>, <Attribute sel='a'>, <Attribute sel='a:hover'>, <Attribute sel='.doc'>, <Attribute sel='.list'>, <Attribute sel='.head > .info'>, <Attribute sel='.module > .head'>, <Attribute sel='.module > .doc'>, <Attribute sel='.module > .info'>, <Attribute sel='.usemodules'>, <Attribute sel='.usemodules > .head'>, <Attribute sel='.classes'>, <Attribute sel='.classtree'>, <Attribute sel='.subclasstree'>, <Attribute sel='a.tree'>, <Attribute sel='.classtree > .tree:before'>, <Attribute sel='.subclasstree > .tree:before'>, <Attribute sel='.classes > .head'>, <Attribute sel='.class'>, <Attribute sel='.class > .head'>, <Attribute sel='.class > .doc'>, <Attribute sel='.vars'>, <Attribute sel='.vars > .head'>, <Attribute sel='.varinfo > .var'>, <Attribute sel='.varinfo > .val'>, <Attribute sel='.methods'>, <Attribute sel='.methods > .head'>, <Attribute sel='.method, .function'>, <Attribute sel='.method > .head + .doc, .function > .head + .doc'>, <Attribute sel='.method > .doc, .function > .doc'>, <Attribute sel='.funcname'>, <Attribute sel='.argname'>, <Attribute sel='.argdef'>, <Attribute sel='.functions'>, <Attribute sel='.functions > .head'>, <Attribute sel='.data'>, <Attribute sel='.data > .head'>, <Attribute sel='.datum'>, <Attribute sel='.datum > .var'>, <Attribute sel='.datum > .val'>]
generators = _Feature((2, 2, 0, 'alpha', 1), (2, 3, 0, 'final', 0), 4096)
indentstr = ' '