(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]) |
| 2696 | |
| 2697 | def test_close_fds_1_2(self): |
| 2698 | self.check_close_std_fds([1, 2]) |
nothing calls this directly
no test coverage detected