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

Function masked_outside

dask/array/ma.py:71–73  ·  view source on GitHub ↗
(x, v1, v2)

Source from the content-addressed store, hash-verified

69
70@derived_from(np.ma)
71def masked_outside(x, v1, v2):
72 x = asanyarray(x)
73 return x.map_blocks(np.ma.masked_outside, v1, v2)
74
75
76@derived_from(np.ma)

Callers

nothing calls this directly

Calls 2

asanyarrayFunction · 0.90
map_blocksMethod · 0.45

Tested by

no test coverage detected