Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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
15
inner
Method · 0.95
create_unix_connection
Method · 0.45
_connect_sock
Method · 0.45
create_datagram_endpoint
Method · 0.45
asyncSetUp
Method · 0.45
test_sock_connect_resolve_using_socket_params
Method · 0.45
prepare
Method · 0.45
prepare_socksendfile
Method · 0.45
test_create_connection_bluetooth
Method · 0.45
prepare
Method · 0.45
_basetest_sock_client_ops
Method · 0.45
_basetest_sock_recv_into
Method · 0.45
Calls
no outgoing calls
Tested by
15
inner
Method · 0.76
asyncSetUp
Method · 0.36
test_sock_connect_resolve_using_socket_params
Method · 0.36
prepare
Method · 0.36
prepare_socksendfile
Method · 0.36
test_create_connection_bluetooth
Method · 0.36
prepare
Method · 0.36
_basetest_sock_client_ops
Method · 0.36
_basetest_sock_recv_into
Method · 0.36
_basetest_sock_recv_racing
Method · 0.36
_basetest_sock_recv_into_racing
Method · 0.36
_basetest_sock_send_racing
Method · 0.36