Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test_interpreters/utils.py:385–386 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
383
class
TestBase(unittest.TestCase):
384
385
def
tearDown(self):
386
clean_up_interpreters()
387
388
def
pipe(self):
389
def
ensure_closed(fd):
Callers
nothing calls this directly
Calls
1
clean_up_interpreters
Function · 0.70
Tested by
no test coverage detected