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

Method verify_client_post_handshake

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

Source from the content-addressed store, hash-verified

978 return self._sslobj.version()
979
980 def verify_client_post_handshake(self):
981 return self._sslobj.verify_client_post_handshake()
982
983
984def _sslcopydoc(func):

Callers 3

runMethod · 0.45

Calls

no outgoing calls

Tested by 2

runMethod · 0.36