(self)
| 2348 | # than 10.9 (Maverick) |
| 2349 | @support.requires_mac_ver(10, 9) |
| 2350 | def test_write_pty(self): |
| 2351 | super().test_write_pty() |
| 2352 | |
| 2353 | if hasattr(selectors, 'EpollSelector'): |
| 2354 | class EPollEventLoopTests(EventLoopTestsMixin, |
nothing calls this directly
no test coverage detected