Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ shutdown
Method
shutdown
tools/python-3.11.9-amd64/Lib/ssl.py:1350–1353 ·
view source on GitHub ↗
(self, how)
Source
from the content-addressed store, hash-verified
1348
return
0
1349
1350
def
shutdown(self, how):
1351
self._checkClosed()
1352
self._sslobj = None
1353
super().shutdown(how)
1354
1355
@_sslcopydoc
1356
def
unwrap(self):
Callers
2
unwrap
Method · 0.45
unwrap
Method · 0.45
Calls
1
_checkClosed
Method · 0.95
Tested by
no test coverage detected