MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_ssl_options

Method get_ssl_options

python/python3/tornado/test/httpserver_test.py:118–122  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

116
117class SSLTestMixin(object):
118 def get_ssl_options(self):
119 return dict(
120 ssl_version=self.get_ssl_version(),
121 **AsyncHTTPSTestCase.default_ssl_options()
122 )
123
124 def get_ssl_version(self):
125 raise NotImplementedError()

Callers 1

get_ssl_optionsMethod · 0.45

Calls 2

get_ssl_versionMethod · 0.95
default_ssl_optionsMethod · 0.80

Tested by

no test coverage detected