Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ irange
Function
irange
Lib/test/test_itertools.py:50–52 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
48
return
args
49
50
def
irange(n):
51
for
i in range(n):
52
yield
i
53
54
class
StopNow:
55
'Class emulating an empty iterable.'
Callers
2
test_tee
Method · 0.85
test_tee_recipe
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…