(self)
| 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") |
| 130 | |
| 131 | @gen_test |
| 132 | def test_refused_ipv4(self): |
nothing calls this directly
no test coverage detected