.. _`Cartesian Product Tuple`: .. _`org.sysess.sympathy.tuple.carthesianproduct2`: Cartesian Product Tuple ``````````````````````` .. image:: product.svg :width: 48 Documentation ::::::::::::: Create a list of tuples with all combinations of elements from two (or more) lists. Definition :::::::::: Input ports ........... **input** 2 - inf, ['sylist', ['sygeneric', ['syletters', ['syindex']]]] Input Output ports ............ **output** ['sylist', ['sytuple', ['symap', ['syunlist'], ['sytypes', ['sygroup', 'input']]]]] Output Examples ........ * :download:`TupleOperations.syx ` Implementation .............. .. automodule:: node_tuple_operations :noindex: .. class:: CartesianProductTuple :noindex: