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

Method server_sigalg

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

Source from the content-addressed store, hash-verified

1240
1241 @_sslcopydoc
1242 def server_sigalg(self):
1243 self._checkClosed()
1244 if self._sslobj is None:
1245 return None
1246 else:
1247 return self._sslobj.server_sigalg()
1248
1249 @_sslcopydoc
1250 def shared_ciphers(self):

Callers

nothing calls this directly

Calls 2

_checkClosedMethod · 0.95
server_sigalgMethod · 0.45

Tested by

no test coverage detected