Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ _accumulate
Function
_accumulate
numpy/_core/shape_base.py:634–635 ·
view source on GitHub ↗
(values)
Source
from the content-addressed store, hash-verified
632
633
634
def
_accumulate(values):
635
return
list(itertools.accumulate(values))
636
637
638
def
_concatenate_shapes(shapes, axis):
Callers
1
_concatenate_shapes
Function · 0.85
Calls
1
accumulate
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…