Bisect List¶
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: [<a>]Description: Full List
Output ports¶
- part
Type: [<a>]Description: Part ListOptional number of ports: 2–inf (default: 2)
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_list_operations.BisectList[source]