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

Method _tearDownAsyncioRunner

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

Source from the content-addressed store, hash-verified

138 self._asyncioRunner = runner
139
140 def _tearDownAsyncioRunner(self):
141 runner = self._asyncioRunner
142 runner.close()
143
144 def run(self, result=None):
145 self._setupAsyncioRunner()

Callers 3

runMethod · 0.95
debugMethod · 0.95
__del__Method · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected