Get the total size of the first dimension of the partitioned array.
(self)
| 559 | return self._num_parts |
| 560 | |
| 561 | def array_size(self): |
| 562 | """Get the total size of the first dimension of the partitioned array.""" |
| 563 | return self._array_size |
| 564 | |
| 565 | def get(self): |
| 566 | """Get the C-handle for this object.""" |
no outgoing calls