MCPcopy Index your code
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/test/test_subprocess.py:4013–4015  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4011 os.close(f)
4012
4013 def tearDown(self):
4014 os.remove(self.fname)
4015 super().tearDown()
4016
4017 def with_spaces(self, *args, **kwargs):
4018 kwargs['stdout'] = subprocess.PIPE

Callers

nothing calls this directly

Calls 3

superClass · 0.85
removeMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected