Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ sock_connect
Method
sock_connect
Lib/asyncio/events.py:616–617 ·
view source on GitHub ↗
(self, sock, address)
Source
from the content-addressed store, hash-verified
614
raise
NotImplementedError
615
616
async
def
sock_connect(self, sock, address):
617
raise
NotImplementedError
618
619
async
def
sock_accept(self, sock):
620
raise
NotImplementedError
Callers
4
inner
Method · 0.95
create_unix_connection
Method · 0.45
_connect_sock
Method · 0.45
create_datagram_endpoint
Method · 0.45
Calls
no outgoing calls
Tested by
1
inner
Method · 0.76