add_group()#
- liesel.model.nodes.add_group(name, **kwargs)[source]#
Assigns the nodes and variables to a group.
Deprecated since version 0.2.2: Use the
Group
object directly. This function will be removed in v0.4.0.- Parameters:
- Return type:
See also
Node.groups
The groups that a node is a part of.
Group
A group of nodes and variables.