MCPcopy 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

doCleanupsMethod · 0.95
debugMethod · 0.95

Calls 1

functionFunction · 0.50

Tested by

no test coverage detected