Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ _elemwise_normalize_where
Function
_elemwise_normalize_where
dask/array/core.py:5214–5219 ·
view source on GitHub ↗
(where)
Source
from the content-addressed store, hash-verified
5212
5213
5214
def
_elemwise_normalize_where(where):
5215
if
where is True:
5216
return
True
5217
elif
where is False or where is None:
5218
return
False
5219
return
asarray(where)
5220
5221
5222
def
_elemwise_handle_where(*args, **kwargs):
Callers
1
elemwise
Function · 0.85
Calls
1
asarray
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…