Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_close_fd_2
Method
test_close_fd_2
Lib/test/test_subprocess.py:2688–2689 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2686
self.check_close_std_fds([1])
2687
2688
def
test_close_fd_2(self):
2689
self.check_close_std_fds([2])
2690
2691
def
test_close_fds_0_1(self):
2692
self.check_close_std_fds([0, 1])
Callers
nothing calls this directly
Calls
1
check_close_std_fds
Method · 0.95
Tested by
no test coverage detected