liesel.model.nodes.add_group#

liesel.model.nodes.add_group(name, **kwargs)[source]#

Assigns the nodes and variables to a group.

See liesel.model.nodes.Node.groups.

Parameters
  • name (str) – The name of the group.

  • kwargs (Node | Var) – The nodes and variables in the group with their keys in the group as keywords.

Return type

None