MCPcopy Index your code
hub / github.com/RustPython/RustPython / do_handshake

Method do_handshake

Lib/ssl.py:949–951  ·  view source on GitHub ↗

Start the SSL/TLS handshake.

(self)

Source from the content-addressed store, hash-verified

947 return self._sslobj.pending()
948
949 def do_handshake(self):
950 """Start the SSL/TLS handshake."""
951 self._sslobj.do_handshake()
952
953 def unwrap(self):
954 """Start the SSL shutdown handshake."""

Callers 14

do_handshakeMethod · 0.45
_do_handshakeMethod · 0.45
test_subclassMethod · 0.45
test_unwrapMethod · 0.45
_do_ssl_handshakeMethod · 0.45
test_getpeercertMethod · 0.45
_do_ssl_handshakeMethod · 0.45
_do_tls_handshakeMethod · 0.45
serverMethod · 0.45

Calls

no outgoing calls

Tested by 11

test_subclassMethod · 0.36
test_unwrapMethod · 0.36
_do_ssl_handshakeMethod · 0.36
test_getpeercertMethod · 0.36
_do_ssl_handshakeMethod · 0.36
_do_tls_handshakeMethod · 0.36
serverMethod · 0.36
starttlsMethod · 0.36