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

Function array_any

xarray/core/duck_array_ops.py:587–589  ·  view source on GitHub ↗
(array, axis=None, keepdims=False, **kwargs)

Source from the content-addressed store, hash-verified

585
586
587def array_any(array, axis=None, keepdims=False, **kwargs):
588 xp = get_array_namespace(array)
589 return xp.any(array, axis=axis, keepdims=keepdims, **kwargs)
590
591
592_mean = _create_nan_agg_method("mean", invariant_0d=True)

Callers 1

format_array_flatFunction · 0.90

Calls 2

get_array_namespaceFunction · 0.90
anyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…