(self)
| 118 | self.do_test_connect(socket.AF_INET6, "localhost") |
| 119 | |
| 120 | def test_connect_unspec_ipv4(self): |
| 121 | self.do_test_connect(socket.AF_UNSPEC, "127.0.0.1") |
| 122 | |
| 123 | @skipIfNoIPv6 |
| 124 | def test_connect_unspec_ipv6(self): |
nothing calls this directly
no test coverage detected