Not supported.
(self, *args, **kwargs)
| 493 | 'DistributedArray currently does not support compress.') |
| 494 | |
| 495 | def copy(self, *args, **kwargs): |
| 496 | """Not supported.""" |
| 497 | raise NotImplementedError( |
| 498 | 'DistributedArray currently does not support copy.') |
| 499 | |
| 500 | def cumprod(self, *args, **kwargs): |
| 501 | """Not supported.""" |
no outgoing calls
no test coverage detected