MCPcopy
hub / github.com/pydata/xarray / array_all

Function array_all

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

Source from the content-addressed store, hash-verified

580
581
582def array_all(array, axis=None, keepdims=False, **kwargs):
583 xp = get_array_namespace(array)
584 return xp.all(array, axis=axis, keepdims=keepdims, **kwargs)
585
586
587def array_any(array, axis=None, keepdims=False, **kwargs):

Callers 10

_factorize_uniqueMethod · 0.90
__post_init__Method · 0.90
factorizeMethod · 0.90
_factorize_given_labelsFunction · 0.90
cast_to_int_if_safeFunction · 0.90
format_itemsFunction · 0.90
allclose_or_equivFunction · 0.85
array_equivFunction · 0.85
array_notnull_equivFunction · 0.85

Calls 2

get_array_namespaceFunction · 0.90
allMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…