.. _`Bisect List`:
.. _`org.sysess.sympathy.list.bisectlist`:
Bisect List
```````````
.. image:: bisect_list.svg
:width: 48
Split a list into two (or optionally more) parts
Documentation
:::::::::::::
Split a list into two (or optionally more) parts.
To get more than two parts, add more "Extra part" ports.
Definition
::::::::::
Input ports
...........
**in**
| Type: []
| Description: Full List
Output ports
............
**part**
| Type: []
| Description: Part List
| Optional number of ports: 2--inf (default: 2)
Examples
........
Example flows demonstrating this node:
* :download:`BasicListOperations.syx `
Implementation
..............
.. automodule:: node_list_operations
:noindex:
.. class:: BisectList
:noindex: