Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_chain
Method
test_chain
Lib/test/test_itertools.py:2023–2025 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2021
self.makecycle(batched([1,2,a,3], 2), a)
2022
2023
def
test_chain(self):
2024
a = []
2025
self.makecycle(chain(a), a)
2026
2027
def
test_chain_from_iterable(self):
2028
a = []
Callers
nothing calls this directly
Calls
2
makecycle
Method · 0.95
chain
Function · 0.85
Tested by
no test coverage detected