Inheritance diagram for IPython.kernel.map:
Classes used in scattering and gathering sequences.
Scattering consists of partitioning a sequence and sending the various pieces to individual nodes in a cluster.
Bases: IPython.kernel.map.Map
Partitions a sequence in a roun robin fashion.
This currently does not work!