MCPcopy 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_sensitivityMethod · 0.45
test_query_errorsMethod · 0.45
test_missing_optionsMethod · 0.45
GetOptionListMethod · 0.45
dumpCfgFunction · 0.45

Calls 3

superClass · 0.85
OptionsClass · 0.50
__set__Method · 0.45

Tested by 3

test_case_sensitivityMethod · 0.36
test_query_errorsMethod · 0.36
test_missing_optionsMethod · 0.36