TemplateCollection constructor

init

Initializes a new instance of the TemplateCollection class.

def __init__(self):
    ...

init

Constructs a new instance of TemplateCollection

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

See Also