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