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

Method get_ssl_options

python/python3/tornado/testing.py:554–559  ·  view source on GitHub ↗

May be overridden by subclasses to select SSL options. By default includes a self-signed testing certificate.

(self)

Source from the content-addressed store, hash-verified

552 return dict(ssl_options=self.get_ssl_options())
553
554 def get_ssl_options(self) -> Dict[str, Any]:
555 """May be overridden by subclasses to select SSL options.
556
557 By default includes a self-signed testing certificate.
558 """
559 return AsyncHTTPSTestCase.default_ssl_options()
560
561 @staticmethod
562 def default_ssl_options() -> Dict[str, Any]:

Callers 1

Calls 1

default_ssl_optionsMethod · 0.80

Tested by

no test coverage detected