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

Method _finish_ssl_connect

python/python3/tornado/iostream.py:1441–1445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1439 self._finish_ssl_connect()
1440
1441 def _finish_ssl_connect(self) -> None:
1442 if self._ssl_connect_future is not None:
1443 future = self._ssl_connect_future
1444 self._ssl_connect_future = None
1445 future_set_result_unless_cancelled(future, self)
1446
1447 def _verify_cert(self, peercert: Any) -> bool:
1448 """Returns ``True`` if peercert is valid according to the configured

Callers 2

_do_ssl_handshakeMethod · 0.95
wait_for_handshakeMethod · 0.95

Calls 1

Tested by

no test coverage detected