(self)
| 122 | |
| 123 | @skipIfNoIPv6 |
| 124 | def test_connect_unspec_ipv6(self): |
| 125 | self.skipIfLocalhostV4() |
| 126 | self.do_test_connect(socket.AF_UNSPEC, "::1") |
| 127 | |
| 128 | def test_connect_unspec_dual(self): |
| 129 | self.do_test_connect(socket.AF_UNSPEC, "localhost") |
nothing calls this directly
no test coverage detected