Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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)
116
def
getmaskarray(a):
117
a = asanyarray(a)
118
return
a.map_blocks(np.ma.getmaskarray)
119
120
121
def
_masked_array(data, mask=np.ma.nomask, masked_dtype=None, **kwargs):
Callers
2
_average
Function · 0.90
nonzero
Function · 0.85
Calls
2
asanyarray
Function · 0.90
map_blocks
Method · 0.45
Tested by
no test coverage detected