Zip Tuple¶
Documentation¶
Create a list of tuples from two (or more) lists.
Definition¶
Input ports¶
- input
Type: [‘sylist’, [‘sygeneric’, [‘syletters’, [‘syindex’]]]]Description: InputOptional number of ports: 2–inf (default: 2)
Output ports¶
- output
Type: [‘sylist’, [‘sytuple’, [‘symap’, [‘syunlist’], [‘sytypes’, [‘sygroup’, ‘input’]]]]]Description: Output
Configuration¶
- Strategy for different length lists: (len_strategy)
How should the node handle the situation when the input lists are of different lengths?
Examples¶
Example flows demonstrating this node:
The node can be found in:
Implementation¶
- class node_tuple_operations.ZipTuple[source]