Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ masked_inside
Function
masked_inside
dask/array/ma.py:65–67 ·
view source on GitHub ↗
(x, v1, v2)
Source
from the content-addressed store, hash-verified
63
64
@derived_from(np.ma)
65
def
masked_inside(x, v1, v2):
66
x = asanyarray(x)
67
return
x.map_blocks(np.ma.masked_inside, v1, v2)
68
69
70
@derived_from(np.ma)
Callers
nothing calls this directly
Calls
2
asanyarray
Function · 0.90
map_blocks
Method · 0.45
Tested by
no test coverage detected