Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
217
def
nonzero(a):
218
return
_nonzero(getdata(a) * ~getmaskarray(a))
219
220
221
@derived_from(np.ma.core)
Callers
1
where
Function · 0.70
Calls
2
getdata
Function · 0.85
getmaskarray
Function · 0.85
Tested by
no test coverage detected