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

Method getpeercert

Lib/ssl.py:1160–1163  ·  view source on GitHub ↗
(self, binary_form=False)

Source from the content-addressed store, hash-verified

1158
1159 @_sslcopydoc
1160 def getpeercert(self, binary_form=False):
1161 self._checkClosed()
1162 self._check_connected()
1163 return self._sslobj.getpeercert(binary_form)
1164
1165 @_sslcopydoc
1166 def get_verified_chain(self):

Callers

nothing calls this directly

Calls 3

_checkClosedMethod · 0.95
_check_connectedMethod · 0.95
getpeercertMethod · 0.45

Tested by

no test coverage detected