module documentation

Miscellaneous utilities for the HTML writer.
Class ​Case​Insensitive​Dict No summary
Function css​_class A short, lower case description for use as a CSS class in HTML. Includes the kind and privacy.
Function srclink Undocumented
Function templatefile Deprecated: can be removed once Twisted stops patching this.
Constant ​_VT Undocumented
def css_class(o):
A short, lower case description for use as a CSS class in HTML. Includes the kind and privacy.
Parameters
o:model.DocumentableUndocumented
Returns
strUndocumented
def srclink(o):

Undocumented

Parameters
o:model.DocumentableUndocumented
Returns
Optional[str]Undocumented
def templatefile(filename):
Deprecated: can be removed once Twisted stops patching this.
Parameters
filename:strUndocumented
_VT =

Undocumented

Value
TypeVar('_VT')