MCPcopy Index your code
hub / github.com/RustPython/RustPython / tearDown

Method tearDown

Lib/test/test_venv.py:91–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 self.cannot_link_exe = False
90
91 def tearDown(self):
92 rmtree(self.env_dir)
93
94 def envpy(self, *, real_env_dir=False):
95 if real_env_dir:

Callers

nothing calls this directly

Calls 1

rmtreeFunction · 0.90

Tested by

no test coverage detected