Cartesian Product Tuple¶
Documentation¶
Create a list of tuples with all combinations of elements 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
Examples¶
Example flows demonstrating this node:
The node can be found in:
Implementation¶
- class node_tuple_operations.CartesianProductTuple[source]