add_group

ParameterGroup.add_group(group: glotaran.parameter.parameter_group.ParameterGroup)[source]

Add a ParameterGroup to the group.

Parameters

group (ParameterGroup) – The group to add.

Raises

TypeError – Raised if the group is not an instance of ParameterGroup.