compile method

compile

Transforms the template with the given key and model object to output.

Returns

Resulting output as a str.

def compile(self, key, model):
    ...
ParameterTypeDescription
keystrKey for the template in the template collection.
modelanyModel object with data for transformation.

See Also