module documentation

Badly named module that contains the driving code for the rendering.
Function flatten​To​File This method writes a page to a HTML file. @raises Exception: If the twisted.web.template.flatten call fails.
def flattenToFile(fobj, elem):
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.