MCPcopy
hub / github.com/tornadoweb/tornado / get_ssl_options

Method get_ssl_options

tornado/testing.py:494–499  ·  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

492 return dict(ssl_options=self.get_ssl_options())
493
494 def get_ssl_options(self) -> Dict[str, Any]:
495 """May be overridden by subclasses to select SSL options.
496
497 By default includes a self-signed testing certificate.
498 """
499 return AsyncHTTPSTestCase.default_ssl_options()
500
501 @staticmethod
502 def default_ssl_options() -> Dict[str, Any]:

Callers 1

Calls 1

default_ssl_optionsMethod · 0.80

Tested by

no test coverage detected