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

Method unwrap

tools/python-3.11.9-amd64/Lib/ssl.py:1356–1362  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1354
1355 @_sslcopydoc
1356 def unwrap(self):
1357 if self._sslobj:
1358 s = self._sslobj.shutdown()
1359 self._sslobj = None
1360 return s
1361 else:
1362 raise ValueError("No SSL wrapper around " + str(self))
1363
1364 @_sslcopydoc
1365 def verify_client_post_handshake(self):

Callers

nothing calls this directly

Calls 2

strFunction · 0.85
shutdownMethod · 0.45

Tested by

no test coverage detected