MCPcopy Create free account
hub / github.com/dask/dask / nonzero

Function nonzero

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

Source from the content-addressed store, hash-verified

215
216@derived_from(np.ma.core)
217def nonzero(a):
218 return _nonzero(getdata(a) * ~getmaskarray(a))
219
220
221@derived_from(np.ma.core)

Callers 1

whereFunction · 0.70

Calls 2

getdataFunction · 0.85
getmaskarrayFunction · 0.85

Tested by

no test coverage detected