MCPcopy Index your code
hub / github.com/python/cpython / setUp

Method setUp

Lib/test/test_index.py:96–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 # This test case isn't run directly. It just defines common tests
95 # to the different sequence types below
96 def setUp(self):
97 self.o = newstyle()
98 self.n = newstyle()
99 self.o2 = newstyle()
100 self.n2 = newstyle()
101
102 def test_index(self):
103 self.o.ind = -2

Callers

nothing calls this directly

Calls 1

newstyleClass · 0.85

Tested by

no test coverage detected