MCPcopy 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

innerMethod · 0.95
_connect_sockMethod · 0.45

Calls

no outgoing calls

Tested by 1

innerMethod · 0.76