Template constructor
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
- module
groupdocs.parser.templates - class
Template