.. _`Unzip Tuple`: .. _`org.sysess.sympathy.tuple.unziptuple2`: Unzip Tuple ``````````` .. image:: unzip.svg :width: 48 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: Output | Optional number of ports: 2--inf (default: 2) Examples ........ Example flows demonstrating this node: * :download:`TupleOperations.syx ` The node can be found in: * :download:`random_forest_regressor.syx ` Implementation .............. .. automodule:: node_tuple_operations :noindex: .. class:: UnzipTuple :noindex: