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

Method cipher

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

Source from the content-addressed store, hash-verified

1216
1217 @_sslcopydoc
1218 def cipher(self):
1219 self._checkClosed()
1220 if self._sslobj is None:
1221 return None
1222 else:
1223 return self._sslobj.cipher()
1224
1225 @_sslcopydoc
1226 def group(self):

Callers

nothing calls this directly

Calls 2

_checkClosedMethod · 0.95
cipherMethod · 0.45

Tested by

no test coverage detected