Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ L
Function
L
Lib/test/test_heapq.py:501–503 ·
view source on GitHub ↗
Test multiple tiers of iterators
(seqn)
Source
from the content-addressed store, hash-verified
499
500
from
itertools
import
chain
501
def
L(seqn):
502
'Test multiple tiers of iterators'
503
return
chain(map(
lambda
x:x, R(Ig(G(seqn)))))
504
505
506
class
SideEffectLT:
Callers
nothing calls this directly
Calls
4
chain
Function · 0.85
R
Function · 0.70
Ig
Class · 0.70
G
Class · 0.70
Tested by
no test coverage detected