Here is the complete description of the Renderer constructor.
def __init__(self, template, context, result, pythonWithUnoPath=None,
ooServer='localhost', ooPort=2002, stream='auto', stylesMapping={},
stylesOutlineDeltas=None, html=False, forceOoCall=False,
finalizeFunction=None, overwriteExisting=False, raiseOnError=False,
findImage=None, rotateImages=False, stylesTemplate=None,
optimalColumnWidths=False, distributeColumns=False, script=None,
evaluator=None, managePageStyles=None, resolveFields=False,
expressionsHolders=defaultExpressionsHolders, metadata=True,
pdfOptions='ExportNotes=True', csvOptions=None, deleteTempFolder=True,
protection=False, pageStart=1, tabbedCR=False, fonts=None, loPool=None):
'''Base on a document template (whose path is in template), which is
an ODT or ODS file containing special expressions and statements
written in Python, this renderer generates an ODT file (whose path is
in result), that is a copy of the template whose expressions and
statements have been replaced with the objects defined in the
context.'''