Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _callTearDown
Method
_callTearDown
Lib/unittest/case.py:633–634 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
631
warnings.warn(msg, DeprecationWarning, stacklevel=3)
632
633
def
_callTearDown(self):
634
self.tearDown()
635
636
def
_callCleanup(self, function, /, *args, **kwargs):
637
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