Template

class Template(parent=None)

Bases: Item

This class describes a Template object child of Item class.

apply(item_key=None)

Apply the template on all its items.

Parameters:

item_key (string) – The key of the item on which to apply the template

Returns:

Item template

Return type:

Template