(self, func, *args, **kwargs)
| 2745 | |
| 2746 | @wraps(map_blocks) |
| 2747 | def map_blocks(self, func, *args, **kwargs): |
| 2748 | return map_blocks(func, self, *args, **kwargs) |
| 2749 | |
| 2750 | def map_overlap(self, func, depth, boundary=None, trim=True, **kwargs): |
| 2751 | """Map a function over blocks of the array with some overlap |