MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getpeercert

Method getpeercert

tools/python-3.11.9-amd64/Lib/ssl.py:1188–1191  ·  view source on GitHub ↗
(self, binary_form=False)

Source from the content-addressed store, hash-verified

1186
1187 @_sslcopydoc
1188 def getpeercert(self, binary_form=False):
1189 self._checkClosed()
1190 self._check_connected()
1191 return self._sslobj.getpeercert(binary_form)
1192
1193 @_sslcopydoc
1194 def selected_npn_protocol(self):

Callers

nothing calls this directly

Calls 3

_checkClosedMethod · 0.95
_check_connectedMethod · 0.95
getpeercertMethod · 0.45

Tested by

no test coverage detected