MCPcopy Index your code
hub / github.com/RustPython/RustPython / cipher

Method cipher

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

Source from the content-addressed store, hash-verified

1200
1201 @_sslcopydoc
1202 def cipher(self):
1203 self._checkClosed()
1204 if self._sslobj is None:
1205 return None
1206 else:
1207 return self._sslobj.cipher()
1208
1209 @_sslcopydoc
1210 def shared_ciphers(self):

Callers

nothing calls this directly

Calls 2

_checkClosedMethod · 0.95
cipherMethod · 0.45

Tested by

no test coverage detected