(self)
| 109 | |
| 110 | @skipIfNoIPv6 |
| 111 | def test_connect_ipv6_ipv6(self): |
| 112 | self.skipIfLocalhostV4() |
| 113 | self.do_test_connect(socket.AF_INET6, "::1") |
| 114 | |
| 115 | @skipIfNoIPv6 |
| 116 | def test_connect_ipv6_dual(self): |
nothing calls this directly
no test coverage detected