Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ chain
Function
chain
Tools/c-analyzer/c_common/iterutil.py:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
except
StopIteration:
8
return
None, None
9
def
chain():
10
yield
peeked
11
yield
from
items
12
return
chain(), peeked
13
14
Callers
15
_group_lengths
Function · 0.85
_pylong.py
File · 0.85
relative_to
Method · 0.85
test_merge
Method · 0.85
L
Function · 0.85
itermulti
Function · 0.85
L
Function · 0.85
test_batched
Method · 0.85
test_chain
Method · 0.85
test_chain
Method · 0.85
L
Function · 0.85
test_chain
Method · 0.85
Calls
no outgoing calls
Tested by
13
test_merge
Method · 0.68
L
Function · 0.68
itermulti
Function · 0.68
L
Function · 0.68
test_batched
Method · 0.68
test_chain
Method · 0.68
test_chain
Method · 0.68
L
Function · 0.68
test_chain
Method · 0.68
test_sf_950057
Method · 0.68
setUp
Method · 0.68
test_chain
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…