MCPcopy 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

79class TestRepeat(TestInvariantWithoutMutations, unittest.TestCase):
80
81 def setUp(self):
82 self.it = repeat(None, n)
83
84class TestXrange(TestInvariantWithoutMutations, unittest.TestCase):
85

Callers

nothing calls this directly

Calls 1

repeatFunction · 0.50

Tested by

no test coverage detected