Searched refs:test_wrap_socket (Results 1 – 1 of 1) sorted by relevance
280 def test_wrap_socket(sock, *, function556 ss = test_wrap_socket(s)566 with test_wrap_socket(s) as ss:586 with test_wrap_socket(s) as ss:679 test_wrap_socket(sock,905 with test_wrap_socket(c, do_handshake_on_connect=False) as ss:915 with test_wrap_socket(s) as ss:919 with test_wrap_socket(s, server_side=True, certfile=CERTFILE) as ss:923 ss = test_wrap_socket(socket.socket(socket.AF_INET))1042 test_wrap_socket(s, cert_reqs=ssl.CERT_NONE)[all …]