all

ParameterGroup.all(root: str = None, separator: str = '.')Generator[tuple[str, Parameter], None, None][source]

Returns a generator over all parameter in the group and it’s subgroups together with their labels.

Parameters
  • root – The label of the root group

  • separator – The separator for the parameter labels.