MCPcopy Index your code
hub / github.com/pydata/xarray / cumprod

Function cumprod

xarray/core/duck_array_ops.py:812–814  ·  view source on GitHub ↗

N-dimensional version of cumprod.

(array, axis=None, **kwargs)

Source from the content-addressed store, hash-verified

810
811
812def cumprod(array, axis=None, **kwargs):
813 """N-dimensional version of cumprod."""
814 return _nd_cum_func(cumprod_1d, array, axis, **kwargs)
815
816
817def cumsum(array, axis=None, **kwargs):

Callers

nothing calls this directly

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…