Append List¶
Documentation¶
Create a list with the items from list (input) followed by item.
Definition¶
Input ports¶
- list
Type: [<a>]Description: Appended List- item
Type: <a>Description: The Item to be appendedOptional number of ports: 1–inf (default: 1)
Output ports¶
- list
Type: [<a>]Description: Appended List
Examples¶
Example flows demonstrating this node:
The node can be found in:
Implementation¶
- class node_list_operations.AppendList[source]