.. _`Chunk List`: .. _`org.sysess.sympathy.list.chunklist`: Chunk List `````````` .. image:: bisect_list.svg :width: 48 Split a list into several chunks of at most the specified length or a specified number of chunks Documentation ::::::::::::: Split a list into several chunks of at most the specified length or a specified number of chunks. Definition :::::::::: Input ports ........... **list** [] List Output ports ............ **chunks** [[]] Chunk List Configuration ............. **Length** (length) Length of chunk list, depending on mode (0 => length of list. **Minimum chunk size** (minimum) Minimum chunk size (0 => no minimum). **Length specifies** (mode) (no description) Implementation .............. .. automodule:: node_list_operations :noindex: .. class:: ChunkList :noindex: