Get the number of partitions.
(self)
| 555 | self._num_parts = num_parts |
| 556 | |
| 557 | def num_parts(self): |
| 558 | """Get the number of partitions.""" |
| 559 | return self._num_parts |
| 560 | |
| 561 | def array_size(self): |
| 562 | """Get the total size of the first dimension of the partitioned array.""" |
no outgoing calls