MCPcopy
hub / github.com/pydata/xarray / cumsum

Function cumsum

xarray/core/duck_array_ops.py:817–819  ·  view source on GitHub ↗

N-dimensional version of cumsum.

(array, axis=None, **kwargs)

Source from the content-addressed store, hash-verified

815
816
817def cumsum(array, axis=None, **kwargs):
818 """N-dimensional version of cumsum."""
819 return _nd_cum_func(cumsum_1d, array, axis, **kwargs)
820
821
822def first(values, axis, skipna=None):

Callers 1

cumulative_trapezoidFunction · 0.85

Calls 1

_nd_cum_funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…