MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / connect_ex

Method connect_ex

tools/python-3.11.9-amd64/Lib/ssl.py:1417–1420  ·  view source on GitHub ↗

Connects to remote ADDR, and then wraps the connection in an SSL channel.

(self, addr)

Source from the content-addressed store, hash-verified

1415 self._real_connect(addr, False)
1416
1417 def connect_ex(self, addr):
1418 """Connects to remote ADDR, and then wraps the connection in
1419 an SSL channel."""
1420 return self._real_connect(addr, True)
1421
1422 def accept(self):
1423 """Accepts a new connection from a remote client, and returns

Callers 2

_real_connectMethod · 0.80
connectMethod · 0.80

Calls 1

_real_connectMethod · 0.95

Tested by

no test coverage detected