MCPcopy Index your code
hub / github.com/RustPython/RustPython / tearDown

Method tearDown

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

Source from the content-addressed store, hash-verified

2297 self._dt_setUp(test)
2298
2299 def tearDown(self):
2300 test = self._dt_test
2301
2302 if self._dt_tearDown is not None:
2303 self._dt_tearDown(test)
2304
2305 # restore the original globs
2306 test.globs.clear()
2307 test.globs.update(self._dt_globs)
2308
2309 def runTest(self):
2310 test = self._dt_test

Callers 1

debugMethod · 0.95

Calls 2

clearMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected