Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
984
def
_sslcopydoc(func):
Callers
3
verify_client_post_handshake
Method · 0.45
run
Method · 0.45
test_pha_no_pha_client
Method · 0.45
Calls
no outgoing calls
Tested by
2
run
Method · 0.36
test_pha_no_pha_client
Method · 0.36