Not supported.
(self, *args, **kwargs)
| 664 | 'DistributedArray currently does not support searchsorted.') |
| 665 | |
| 666 | def set(self, *args, **kwargs): |
| 667 | """Not supported.""" |
| 668 | raise NotImplementedError( |
| 669 | 'DistributedArray currently does not support set.') |
| 670 | |
| 671 | def sort(self, *args, **kwargs): |
| 672 | """Not supported.""" |
no outgoing calls