MCPcopy Index your code
hub / github.com/python/cpython / connect

Method connect

Lib/ssl.py:1453–1456  ·  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

1451 raise
1452
1453 def connect(self, addr):
1454 """Connects to remote ADDR, and then wraps the connection in
1455 an SSL channel."""
1456 self._real_connect(addr, False)
1457
1458 def connect_ex(self, addr):
1459 """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