MCPcopy
hub / github.com/dask/dask / filled

Function filled

dask/array/ma.py:25–27  ·  view source on GitHub ↗
(a, fill_value=None)

Source from the content-addressed store, hash-verified

23
24@derived_from(np.ma)
25def filled(a, fill_value=None):
26 a = asanyarray(a)
27 return a.map_blocks(np.ma.filled, fill_value=fill_value)
28
29
30def _wrap_masked(f):

Callers

nothing calls this directly

Calls 2

asanyarrayFunction · 0.90
map_blocksMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…