.. _`Flatten List`:
.. _`org.sysess.sympathy.list.flattenlist`:
Flatten List
````````````
.. image:: flatten_list.svg
:width: 48
Flatten a nested list
Documentation
:::::::::::::
Flatten a nested list.
Definition
::::::::::
Input ports
...........
**in**
| Type: [[]]
| Description: Nested List
Output ports
............
**out**
| Type: []
| Description: Flattened List
Examples
........
Example flows demonstrating this node:
* :download:`BasicListOperations.syx `
Implementation
..............
.. automodule:: node_list_operations
:noindex:
.. class:: FlattenList
:noindex: