(self)
| 105 | self.do_test_connect(socket.AF_INET, "127.0.0.1") |
| 106 | |
| 107 | def test_connect_ipv4_dual(self): |
| 108 | self.do_test_connect(socket.AF_INET, "localhost") |
| 109 | |
| 110 | @skipIfNoIPv6 |
| 111 | def test_connect_ipv6_ipv6(self): |
nothing calls this directly
no test coverage detected