Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ result_type
Function
result_type
dask/array/routines.py:65–67 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
63
64
@derived_from(np)
65
def
result_type(*args):
66
args = [a
if
is_scalar_for_elemwise(a)
else
a.dtype
for
a in args]
67
return
np.result_type(*args)
68
69
70
@derived_from(np)
Callers
5
matmul
Function · 0.85
cov
Function · 0.85
where
Function · 0.85
select
Function · 0.85
_average
Function · 0.85
Calls
1
is_scalar_for_elemwise
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…