MCPcopy 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

unwrapMethod · 0.45
unwrapMethod · 0.45

Calls 2

_checkClosedMethod · 0.95
superClass · 0.85

Tested by

no test coverage detected