Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ options
Method
options
Lib/ssl.py:556–557 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
554
555
@property
556
def
options(self):
557
return
Options(super().options)
558
559
@options.setter
560
def
options(self, value):
Callers
5
test_case_sensitivity
Method · 0.45
test_query_errors
Method · 0.45
test_missing_options
Method · 0.45
GetOptionList
Method · 0.45
dumpCfg
Function · 0.45
Calls
3
super
Class · 0.85
Options
Class · 0.50
__set__
Method · 0.45
Tested by
3
test_case_sensitivity
Method · 0.36
test_query_errors
Method · 0.36
test_missing_options
Method · 0.36