Pad List¶
Pad a list to match the length of template
Documentation¶
Pad a list to match another list.
Definition¶
Input ports¶
- template
Type: [<a>]Description: List with deciding length- list
Type: [<b>]Description: List that will be padded
Output ports¶
- list
Type: [<b>]Description: Padded List
Configuration¶
- Pad item (strategy)
Specify strategy to use when padding.
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_list_operations.PadList[source]