Not supported.
(self, *args, **kwargs)
| 443 | 'DistributedArray currently does not support __copy__.') |
| 444 | |
| 445 | def all(self, *args, **kwargs): |
| 446 | """Not supported.""" |
| 447 | raise NotImplementedError( |
| 448 | 'DistributedArray currently does not support all.') |
| 449 | |
| 450 | def any(self, *args, **kwargs): |
| 451 | """Not supported.""" |
no outgoing calls
no test coverage detected