Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ summer
Function
summer
dask/array/tests/test_chunk.py:16–17 ·
view source on GitHub ↗
(a, axis=None)
Source
from the content-addressed store, hash-verified
14
15
def
test_keepdims_wrapper_no_axis():
16
def
summer(a, axis=None):
17
return
a.sum(axis=axis)
18
19
summer_wrapped = keepdims_wrapper(summer)
20
Callers
3
test_keepdims_wrapper_no_axis
Function · 0.85
test_keepdims_wrapper_one_axis
Function · 0.85
test_keepdims_wrapper_two_axes
Function · 0.85
Calls
1
sum
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…