MCPcopy 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)
110def getdata(a):
111 a = asanyarray(a)
112 return a.map_blocks(np.ma.getdata)
113
114
115@derived_from(np.ma)

Callers 1

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…