Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test__interpchannels.py:259–261 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
257
class
TestBase(unittest.TestCase):
258
259
def
tearDown(self):
260
clean_up_channels()
261
clean_up_interpreters()
262
263
264
##################################
Callers
nothing calls this directly
Calls
2
clean_up_interpreters
Function · 0.90
clean_up_channels
Function · 0.85
Tested by
no test coverage detected