Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ verify_flags
Method
verify_flags
Lib/ssl.py:662–663 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
660
661
@property
662
def
verify_flags(self):
663
return
VerifyFlags(super().verify_flags)
664
665
@verify_flags.setter
666
def
verify_flags(self, value):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
__set__
Method · 0.45
Tested by
no test coverage detected