Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/test_subprocess.py:4014–4016 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4012
os.close(f)
4013
4014
def
tearDown(self):
4015
os.remove(self.fname)
4016
super().tearDown()
4017
4018
def
with_spaces(self, *args, **kwargs):
4019
kwargs[
'stdout'
] = subprocess.PIPE
Callers
nothing calls this directly
Calls
3
super
Class · 0.85
remove
Method · 0.45
tearDown
Method · 0.45
Tested by
no test coverage detected