Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_iterlen.py:81–82 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
class
TestRepeat(TestInvariantWithoutMutations, unittest.TestCase):
80
81
def
setUp(self):
82
self.it = repeat(None, n)
83
84
class
TestXrange(TestInvariantWithoutMutations, unittest.TestCase):
85
Callers
nothing calls this directly
Calls
1
repeat
Function · 0.50
Tested by
no test coverage detected