Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test_inspect/test_inspect.py:2906–2907 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2904
self.coroutine = coroutine()
2905
2906
def
tearDown(self):
2907
self.coroutine.close()
2908
2909
def
_coroutinestate(self):
2910
return
inspect.getcoroutinestate(self.coroutine)
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected