Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ verify_mode
Method
verify_mode
tools/python-3.11.9-amd64/Lib/ssl.py:733–738 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
731
732
@property
733
def
verify_mode(self):
734
value = super().verify_mode
735
try
:
736
return
VerifyMode(value)
737
except
ValueError:
738
return
value
739
740
@verify_mode.setter
741
def
verify_mode(self, value):
Callers
nothing calls this directly
Calls
1
__set__
Method · 0.45
Tested by
no test coverage detected