ParametersSection

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 to params.

Parameters:
  • params (T_Section | None)

  • kwargs (Any)

SECTION_CLS#

Section class to use as parameters.

alias of Section

classmethod new(section)#

Return a subclass with the SECTION_CLS attribute set.

Parameters:

section (type[T_Section])

Return type:

type[ParametersSection[T_Section]]