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

Method group

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

Source from the content-addressed store, hash-verified

1224
1225 @_sslcopydoc
1226 def group(self):
1227 self._checkClosed()
1228 if self._sslobj is None:
1229 return None
1230 else:
1231 return self._sslobj.group()
1232
1233 @_sslcopydoc
1234 def client_sigalg(self):

Callers

nothing calls this directly

Calls 2

_checkClosedMethod · 0.95
groupMethod · 0.45

Tested by

no test coverage detected