MCPcopy Index your code
hub / github.com/python/cpython / shared_ciphers

Method shared_ciphers

Lib/ssl.py:1250–1255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1248
1249 @_sslcopydoc
1250 def shared_ciphers(self):
1251 self._checkClosed()
1252 if self._sslobj is None:
1253 return None
1254 else:
1255 return self._sslobj.shared_ciphers()
1256
1257 @_sslcopydoc
1258 def compression(self):

Callers

nothing calls this directly

Calls 2

_checkClosedMethod · 0.95
shared_ciphersMethod · 0.45

Tested by

no test coverage detected