MCPcopy 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

doCleanupsMethod · 0.95
debugMethod · 0.95

Calls 1

functionFunction · 0.50

Tested by

no test coverage detected