template property

template property

Gets or sets the template.

Definition:

@property
def template(self):
    ...
@template.setter
def template(self, value):
    ...

See Also