Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.95
debug
Method · 0.95
__del__
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected