Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ R
Function
R
Lib/test/test_heapq.py:428–431 ·
view source on GitHub ↗
Regular generator
(seqn)
Source
from the content-addressed store, hash-verified
426
__ne__ = __lt__ = __le__ = __gt__ = __ge__ = __eq__
427
428
def
R(seqn):
429
'Regular generator'
430
for
i in seqn:
431
yield
i
432
433
class
G:
434
'Sequence using __getitem__'
Callers
1
L
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected