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

Method group

Lib/ssl.py:934–936  ·  view source on GitHub ↗

Return the currently selected key agreement group name.

(self)

Source from the content-addressed store, hash-verified

932 return self._sslobj.cipher()
933
934 def group(self):
935 """Return the currently selected key agreement group name."""
936 return self._sslobj.group()
937
938 def client_sigalg(self):
939 """Return the selected client authentication signature algorithm."""

Callers 15

inject_traceFunction · 0.45
_get_responseMethod · 0.45
Internaldate2tupleFunction · 0.45
ParseFlagsFunction · 0.45
imaplib.pyFile · 0.45
replMethod · 0.45
_strptimeFunction · 0.45
attr_matchesMethod · 0.45
format_stringFunction · 0.45
_tokenizeFunction · 0.45
groupMethod · 0.45
_get_system_versionFunction · 0.45

Calls

no outgoing calls

Tested by 4

parseMethod · 0.36
_parse_exampleMethod · 0.36
_find_optionsMethod · 0.36