MCPcopy Create free account
hub / github.com/numpy/numpy / _accumulate

Function _accumulate

numpy/core/shape_base.py:559–560  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

557
558
559def _accumulate(values):
560 return list(itertools.accumulate(values))
561
562
563def _concatenate_shapes(shapes, axis):

Callers 1

_concatenate_shapesFunction · 0.85

Calls 1

accumulateMethod · 0.80

Tested by

no test coverage detected