(self)
| 114 | |
| 115 | @skipIfNoIPv6 |
| 116 | def test_connect_ipv6_dual(self): |
| 117 | self.skipIfLocalhostV4() |
| 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") |
nothing calls this directly
no test coverage detected