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

Function _server_ssl_options

tornado/test/iostream_test.py:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def _server_ssl_options():
49 return dict(
50 certfile=os.path.join(os.path.dirname(__file__), "test.crt"),
51 keyfile=os.path.join(os.path.dirname(__file__), "test.key"),
52 )
53
54
55class HelloHandler(RequestHandler):

Callers 5

_make_server_iostreamMethod · 0.85
test_start_tls_smtpMethod · 0.85
test_handshake_failMethod · 0.85
test_check_hostnameMethod · 0.85
connect_to_serverMethod · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected