Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tearDown
Method
tearDown
Lib/test/test_subprocess.py:3997–3999 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
3995
ProcessTestCase.setUp(self)
3996
3997
def
tearDown(self):
3998
subprocess._PopenSelector = self.orig_selector
3999
ProcessTestCase.tearDown(self)
4000
4001
4002
@unittest.skipUnless(mswindows,
"Windows-specific tests"
)
Callers
nothing calls this directly
Calls
1
tearDown
Method · 0.45
Tested by
no test coverage detected