Not supported.
(self, *args, **kwargs)
| 528 | 'DistributedArray currently does not support dumps.') |
| 529 | |
| 530 | def fill(self, *args, **kwargs): |
| 531 | """Not supported.""" |
| 532 | raise NotImplementedError( |
| 533 | 'DistributedArray currently does not support fill.') |
| 534 | |
| 535 | def flatten(self, *args, **kwargs): |
| 536 | """Not supported.""" |
no outgoing calls
no test coverage detected