add_group
- ParameterGroup.add_group(group: glotaran.parameter.parameter_group.ParameterGroup)[source]
Add a
ParameterGroupto the group.- Parameters
group (ParameterGroup) – The group to add.
- Raises
TypeError – Raised if the group is not an instance of
ParameterGroup.