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

Method _make_client_iostream

tornado/test/iostream_test.py:954–957  ·  view source on GitHub ↗
(self, connection, **kwargs)

Source from the content-addressed store, hash-verified

952 return SSLIOStream(connection, **kwargs)
953
954 def _make_client_iostream(self, connection, **kwargs):
955 return SSLIOStream(
956 connection, ssl_options=dict(cert_reqs=ssl.CERT_NONE), **kwargs
957 )
958
959
960# This will run some tests that are basically redundant but it's the

Callers

nothing calls this directly

Calls 1

SSLIOStreamClass · 0.90

Tested by

no test coverage detected