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

Method setUp

Lib/test/test_opcache.py:1215–1217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1213class TestInstanceDict(unittest.TestCase):
1214
1215 def setUp(self):
1216 c = C()
1217 c.a, c.b, c.c = 0,0,0
1218
1219 def test_values_on_instance(self):
1220 c = C()

Callers

nothing calls this directly

Calls 1

CClass · 0.70

Tested by

no test coverage detected