MCPcopy Index your code
hub / github.com/pydata/xarray / clip

Function clip

xarray/core/duck_array_ops.py:440–442  ·  view source on GitHub ↗
(data, min=None, max=None)

Source from the content-addressed store, hash-verified

438
439
440def clip(data, min=None, max=None):
441 xp = get_array_namespace(data)
442 return xp.clip(data, min, max)
443
444
445def concatenate(arrays, axis=0):

Callers

nothing calls this directly

Calls 2

get_array_namespaceFunction · 0.90
clipMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…