MCPcopy
hub / github.com/pyodide/pyodide / connect

Method connect

src/py/ssl.py:848–849  ·  view source on GitHub ↗
(self, addr)

Source from the content-addressed store, hash-verified

846 raise SSLError(1, f"TLS handshake failed (errno={-result})")
847
848 def connect(self, addr):
849 pass
850
851 def connect_ex(self, addr):
852 pass

Callers 9

constructorMethod · 0.80
admin_connectFunction · 0.80
connectFunction · 0.80
runFunction · 0.80
runFunction · 0.80
socket_taskFunction · 0.80
sock_connectMethod · 0.80
setupFunction · 0.80
setupFunction · 0.80

Calls

no outgoing calls

Tested by 5

admin_connectFunction · 0.64
connectFunction · 0.64
runFunction · 0.64
runFunction · 0.64
socket_taskFunction · 0.64