ParametersSection#
- class ParametersSection(params=None, **kwargs)#
Bases:
ParametersSectionBase[T_Section]Parameters are stored in a Section object.
Set and update methods rely on
Section.update()to merge the new parameters values toparams.- Parameters:
params (T_Section | None)
kwargs (Any)
- classmethod new(section)#
Return a subclass with the SECTION_CLS attribute set.
- Parameters:
section (type[T_Section])
- Return type:
type[ParametersSection[T_Section]]