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

Method setUp

Lib/doctest.py:2370–2375  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2368 self._dt_tearDown = tearDown
2369
2370 def setUp(self):
2371 test = self._dt_test
2372 self._dt_globs = test.globs.copy()
2373
2374 if self._dt_setUp is not None:
2375 self._dt_setUp(test)
2376
2377 def tearDown(self):
2378 test = self._dt_test

Callers 1

debugMethod · 0.95

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected