module documentation

Badly named module that contains the driving code for the rendering.

Function flattenToFile This method writes a page to a HTML file.
def flattenToFile(fobj, elem): (source)

This method writes a page to a HTML file.

Parameters
fobj:IO[bytes]Undocumented
elem:FlattenableUndocumented
Raises
ExceptionIf the twisted.web.template.flatten call fails.