Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ verify_flags
Method
verify_flags
tools/python-3.11.9-amd64/Lib/ssl.py:725–726 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
723
724
@property
725
def
verify_flags(self):
726
return
VerifyFlags(super().verify_flags)
727
728
@verify_flags.setter
729
def
verify_flags(self, value):
Callers
nothing calls this directly
Calls
1
__set__
Method · 0.45
Tested by
no test coverage detected