Not supported.
(self, *args, **kwargs)
| 614 | 'DistributedArray currently does not support ptp.') |
| 615 | |
| 616 | def put(self, *args, **kwargs): |
| 617 | """Not supported.""" |
| 618 | raise NotImplementedError( |
| 619 | 'DistributedArray currently does not support put.') |
| 620 | |
| 621 | def ravel(self, *args, **kwargs): |
| 622 | """Not supported.""" |
no outgoing calls