Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_close_fd_0
Method
test_close_fd_0
Lib/test/test_subprocess.py:2682–2683 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2680
self._restore_fds(saved_fds)
2681
2682
def
test_close_fd_0(self):
2683
self.check_close_std_fds([0])
2684
2685
def
test_close_fd_1(self):
2686
self.check_close_std_fds([1])
Callers
nothing calls this directly
Calls
1
check_close_std_fds
Method · 0.95
Tested by
no test coverage detected