Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1537
def
_logical_any(args):
1538
return
functools.reduce(operator.or_, args)
1539
1540
1541
def
_masked_result_drop_slice(key, data: duckarray[Any, Any] | None = None):
Callers
1
_masked_result_drop_slice
Function · 0.85
Calls
1
reduce
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…