Template constructor

On this page

init

Constructs a new instance of Template

def __init__(self, items):
    ...
Parameter Type Description
items list

init

Constructs a new instance of Template

def __init__(self, items, options):
    ...
Parameter Type Description
items list
options groupdocs.parser.templates.TemplateOptions

See Also

On this page