Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _callCleanup
Method
_callCleanup
Lib/unittest/case.py:629–630 ·
view source on GitHub ↗
(self, function, /, *args, **kwargs)
Source
from the content-addressed store, hash-verified
627
self.tearDown()
628
629
def
_callCleanup(self, function, /, *args, **kwargs):
630
function(*args, **kwargs)
631
632
def
run(self, result=None):
633
if
result is None:
Callers
2
doCleanups
Method · 0.95
debug
Method · 0.95
Calls
1
function
Function · 0.50
Tested by
no test coverage detected