MCPcopy Index your code
hub / github.com/dask/dask / getmaskarray

Function getmaskarray

dask/array/ma.py:116–118  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

114
115@derived_from(np.ma)
116def getmaskarray(a):
117 a = asanyarray(a)
118 return a.map_blocks(np.ma.getmaskarray)
119
120
121def _masked_array(data, mask=np.ma.nomask, masked_dtype=None, **kwargs):

Callers 2

_averageFunction · 0.90
nonzeroFunction · 0.85

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…