cf.Partition.shape

Partition.shape

A list of the shape of the contiguous section of the master data array spanned by the partition’s data array.

Examples

>>> p.location
[]
>>> p.shape
[]
>>> p.location
[(2, 5), (7, 13)]
>>> p.shape
[4, 6]

Previous topic

cf.Partition.part

Next topic

cf.Partition.size

This Page