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

Function _logical_any

xarray/core/indexing.py:1537–1538  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

1535
1536
1537def _logical_any(args):
1538 return functools.reduce(operator.or_, args)
1539
1540
1541def _masked_result_drop_slice(key, data: duckarray[Any, Any] | None = None):

Callers 1

Calls 1

reduceMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…