Unzip Tuple¶
Documentation¶
Deconstruct each tuple in a list of tuples, getting two (or more) lists of elements out.
Definition¶
Input ports¶
- input
Type: [‘sylist’, [‘sytuple’, [‘symap’, [‘syunlist’], [‘sytypes’, [‘sygroup’, ‘output’]]]]]Description: Input
Output ports¶
- output
Type: [‘sylist’, [‘sygeneric’, [‘syletters’, [‘syindex’]]]]Description: OutputOptional number of ports: 2–inf (default: 2)
Examples¶
Example flows demonstrating this node:
The node can be found in:
Implementation¶
- class node_tuple_operations.UnzipTuple[source]