MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / unwrap

Method unwrap

tools/python-3.11.9-amd64/Lib/ssl.py:981–983  ·  view source on GitHub ↗

Start the SSL shutdown handshake.

(self)

Source from the content-addressed store, hash-verified

979 self._sslobj.do_handshake()
980
981 def unwrap(self):
982 """Start the SSL shutdown handshake."""
983 return self._sslobj.shutdown()
984
985 def get_channel_binding(self, cb_type="tls-unique"):
986 """Get channel binding data for current connection. Raise ValueError

Callers 7

_is_routineMethod · 0.45
_find_linenoMethod · 0.45
retrbinaryMethod · 0.45
retrlinesMethod · 0.45
storbinaryMethod · 0.45
storlinesMethod · 0.45
cccMethod · 0.45

Calls 1

shutdownMethod · 0.45

Tested by 2

_is_routineMethod · 0.36
_find_linenoMethod · 0.36