Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.95
debug
Method · 0.95
Calls
1
tearDown
Method · 0.95
Tested by
no test coverage detected