Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_accumulate
Method
test_accumulate
Lib/test/test_itertools.py:2015–2017 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2013
del container, iterator
2014
2015
def
test_accumulate(self):
2016
a = []
2017
self.makecycle(accumulate([1,2,a,3]), a)
2018
2019
def
test_batched(self):
2020
a = []
Callers
nothing calls this directly
Calls
1
makecycle
Method · 0.95
Tested by
no test coverage detected