Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ tearDown
Method
tearDown
Lib/test/test_venv.py:89–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
self.cannot_link_exe = False
88
89
def
tearDown(self):
90
rmtree(self.env_dir)
91
92
def
envpy(self, *, real_env_dir=False):
93
if
real_env_dir:
Callers
nothing calls this directly
Calls
1
rmtree
Function · 0.90
Tested by
no test coverage detected