Not supported.
(self, *args, **kwargs)
| 523 | 'DistributedArray currently does not support dump.') |
| 524 | |
| 525 | def dumps(self, *args, **kwargs): |
| 526 | """Not supported.""" |
| 527 | raise NotImplementedError( |
| 528 | 'DistributedArray currently does not support dumps.') |
| 529 | |
| 530 | def fill(self, *args, **kwargs): |
| 531 | """Not supported.""" |