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

Method __del__

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

Source from the content-addressed store, hash-verified

154 self._tearDownAsyncioRunner()
155
156 def __del__(self):
157 if self._asyncioRunner is not None:
158 self._tearDownAsyncioRunner()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected