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

Method _callTearDown

Lib/unittest/case.py:626–627  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

624 warnings.warn(msg, DeprecationWarning, stacklevel=3)
625
626 def _callTearDown(self):
627 self.tearDown()
628
629 def _callCleanup(self, function, /, *args, **kwargs):
630 function(*args, **kwargs)

Callers 2

runMethod · 0.95
debugMethod · 0.95

Calls 1

tearDownMethod · 0.95

Tested by

no test coverage detected