MCPcopy
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
15def 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

Calls 1

sumMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…