Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ shutdown
Method
shutdown
Lib/ssl.py:1391–1394 ·
view source on GitHub ↗
(self, how)
Source
from the content-addressed store, hash-verified
1389
return
0
1390
1391
def
shutdown(self, how):
1392
self._checkClosed()
1393
self._sslobj = None
1394
super().shutdown(how)
1395
1396
@_sslcopydoc
1397
def
unwrap(self):
Callers
2
unwrap
Method · 0.45
unwrap
Method · 0.45
Calls
2
_checkClosed
Method · 0.95
super
Class · 0.85
Tested by
no test coverage detected