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

Method tearDown

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

Source from the content-addressed store, hash-verified

3994 ProcessTestCase.setUp(self)
3995
3996 def tearDown(self):
3997 subprocess._PopenSelector = self.orig_selector
3998 ProcessTestCase.tearDown(self)
3999
4000
4001@unittest.skipUnless(mswindows, "Windows-specific tests")

Callers

nothing calls this directly

Calls 1

tearDownMethod · 0.45

Tested by

no test coverage detected