MCPcopy 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

runMethod · 0.95
debugMethod · 0.95

Calls 1

tearDownMethod · 0.95

Tested by

no test coverage detected