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

Method test_close_fds_0_1

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

Source from the content-addressed store, hash-verified

2689 self.check_close_std_fds([2])
2690
2691 def test_close_fds_0_1(self):
2692 self.check_close_std_fds([0, 1])
2693
2694 def test_close_fds_0_2(self):
2695 self.check_close_std_fds([0, 2])

Callers

nothing calls this directly

Calls 1

check_close_std_fdsMethod · 0.95

Tested by

no test coverage detected