Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ getdata
Function
getdata
dask/array/ma.py:110–112 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
108
109
@derived_from(np.ma)
110
def
getdata(a):
111
a = asanyarray(a)
112
return
a.map_blocks(np.ma.getdata)
113
114
115
@derived_from(np.ma)
Callers
1
nonzero
Function · 0.85
Calls
2
asanyarray
Function · 0.90
map_blocks
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…