MCPcopy
hub / github.com/dask/dask / map_blocks

Method map_blocks

dask/array/core.py:2741–2742  ·  view source on GitHub ↗
(self, func, *args, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers 15

__getitem__Method · 0.95
astypeMethod · 0.95
viewMethod · 0.95
test_xarray_8414Function · 0.45
filledFunction · 0.45
masked_invalidFunction · 0.45
masked_insideFunction · 0.45
masked_outsideFunction · 0.45
fix_invalidFunction · 0.45

Calls 1

map_blocksFunction · 0.70

Tested by 4

test_xarray_8414Function · 0.36