MCPcopy Index your code
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)
65def 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

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…