Get the C-handle for this object.
(self)
| 563 | return self._array_size |
| 564 | |
| 565 | def get(self): |
| 566 | """Get the C-handle for this object.""" |
| 567 | return self._partition |
| 568 | |
| 569 | def get_local_indices(self, part, ctx): |
| 570 | """Get the set of global indices in this given partition.""" |
no outgoing calls