MCPcopy Index your code
hub / github.com/python/cpython / _callTearDown

Method _callTearDown

Lib/unittest/async_case.py:110–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

108 warnings.warn(msg, DeprecationWarning, stacklevel=4)
109
110 def _callTearDown(self):
111 self._callAsync(self.asyncTearDown)
112 self._asyncioTestContext.run(self.tearDown)
113
114 def _callCleanup(self, function, *args, **kwargs):
115 self._callMaybeAsync(function, *args, **kwargs)

Callers

nothing calls this directly

Calls 2

_callAsyncMethod · 0.95
runMethod · 0.45

Tested by

no test coverage detected