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

Function _server_ssl_options

python/python3/tornado/test/iostream_test.py:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47def _server_ssl_options():
48 return dict(
49 certfile=os.path.join(os.path.dirname(__file__), "test.crt"),
50 keyfile=os.path.join(os.path.dirname(__file__), "test.key"),
51 )
52
53
54class 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