.. _`Zip Tuple`: .. _`org.sysess.sympathy.tuple.ziptuple2`: Zip Tuple ````````` .. image:: zip.svg :width: 48 Documentation ::::::::::::: Create a list of tuples from two (or more) lists. Definition :::::::::: Input ports ........... **input** | Type: ['sylist', ['sygeneric', ['syletters', ['syindex']]]] | Description: Input | Optional 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: * :download:`TupleOperations.syx ` The node can be found in: * :download:`LambdaOperations.syx ` * :download:`Predicates.syx ` * :download:`BasicDictOperations.syx ` * :download:`EitherWithDataPredicate.syx ` * :download:`FigureExternalConfig.syx ` * :download:`random_forest_regressor.syx ` Implementation .............. .. automodule:: node_tuple_operations :noindex: .. class:: ZipTuple :noindex: