MCPcopy Index your code
hub / github.com/python/cpython / unwrap

Method unwrap

Lib/ssl.py:965–967  ·  view source on GitHub ↗

Start the SSL shutdown handshake.

(self)

Source from the content-addressed store, hash-verified

963 self._sslobj.do_handshake()
964
965 def unwrap(self):
966 """Start the SSL shutdown handshake."""
967 return self._sslobj.shutdown()
968
969 def get_channel_binding(self, cb_type="tls-unique"):
970 """Get channel binding data for current connection. Raise ValueError

Callers 15

_is_routineMethod · 0.45
_find_linenoMethod · 0.45
retrbinaryMethod · 0.45
retrlinesMethod · 0.45
storbinaryMethod · 0.45
storlinesMethod · 0.45
cccMethod · 0.45
_add_slotsFunction · 0.45
_do_shutdownMethod · 0.45
_get_function_sourceFunction · 0.45
_mock_add_specMethod · 0.45
test_unwrapMethod · 0.45

Calls 1

shutdownMethod · 0.45

Tested by 15

_is_routineMethod · 0.36
_find_linenoMethod · 0.36
test_unwrapMethod · 0.36
runMethod · 0.36
test_starttlsMethod · 0.36
_do_ssl_shutdownMethod · 0.36
test_unwrapMethod · 0.36
serveMethod · 0.36
clientMethod · 0.36
serverMethod · 0.36