Labels
Container for label nodes.
Attributes
| Attribute | Type | Description |
|---|---|---|
| nodes | list[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)] | A list of LabelNode objects representing the collection of label nodes within the container. |
Constructor
Signature
def Labels(
nodes: list[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)]
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| nodes | list[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)] | A list of LabelNode objects to be contained. |
Signature
def Labels(
nodes: list[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)]
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| nodes | list[[LabelNode](labelnode.md?sid=actions_people_people_labelnode)] | A list of LabelNode objects to be stored within the container. Defaults to an empty list if not provided. |