kernel.map

Module: kernel.map

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.

Classes

Map

class IPython.kernel.map.Map

A class for partitioning a sequence using a map.

concatenate()
getPartition()

Returns the pth partition of q partitions of seq.

joinPartitions()

RoundRobinMap

class IPython.kernel.map.RoundRobinMap

Bases: IPython.kernel.map.Map

Partitions a sequence in a roun robin fashion.

This currently does not work!

getPartition()
joinPartitions()

Table Of Contents

Previous topic

kernel.magic

Next topic

kernel.mapper

This Page