Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ asyncTearDown
Method
asyncTearDown
Lib/test/test_inspect/test_inspect.py:2972–2973 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2970
self.asyncgen = number_asyncgen()
2971
2972
async
def
asyncTearDown(self):
2973
await self.asyncgen.aclose()
2974
2975
@classmethod
2976
def
tearDownClass(cls):
Callers
nothing calls this directly
Calls
1
aclose
Method · 0.45
Tested by
no test coverage detected