MCPcopy 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
50def irange(n):
51 for i in range(n):
52 yield i
53
54class StopNow:
55 'Class emulating an empty iterable.'

Callers 2

test_teeMethod · 0.85
test_tee_recipeMethod · 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…