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

Method test_close_fds_1_2

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

Source from the content-addressed store, hash-verified

2695 self.check_close_std_fds([0, 2])
2696
2697 def test_close_fds_1_2(self):
2698 self.check_close_std_fds([1, 2])
2699
2700 def test_close_fds_0_1_2(self):
2701 # Issue #10806: test that subprocess pipes still work properly with

Callers

nothing calls this directly

Calls 1

check_close_std_fdsMethod · 0.95

Tested by

no test coverage detected