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

Method connect

tools/python-3.11.9-amd64/Lib/ssl.py:1412–1415  ·  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

1410 raise
1411
1412 def connect(self, addr):
1413 """Connects to remote ADDR, and then wraps the connection in
1414 an SSL channel."""
1415 self._real_connect(addr, False)
1416
1417 def connect_ex(self, addr):
1418 """Connects to remote ADDR, and then wraps the connection in

Callers 1

_real_connectMethod · 0.45

Calls 1

_real_connectMethod · 0.95

Tested by

no test coverage detected