(self, func, *args, **kwargs)
| 2739 | |
| 2740 | @wraps(map_blocks) |
| 2741 | def map_blocks(self, func, *args, **kwargs): |
| 2742 | return map_blocks(func, self, *args, **kwargs) |
| 2743 | |
| 2744 | def map_overlap(self, func, depth, boundary=None, trim=True, **kwargs): |
| 2745 | """Map a function over blocks of the array with some overlap |