Home
last modified time | relevance | path

Searched defs:sock_connect (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dproactor_events.py553 async def sock_connect(self, sock, address): member in BaseProactorEventLoop
Dselector_events.py449 async def sock_connect(self, sock, address): member in BaseSelectorEventLoop
Devents.py527 async def sock_connect(self, sock, address): member in AbstractEventLoop
/external/python/cpython2/Modules/
Dsocketmodule.c2148 sock_connect(PySocketSockObject *s, PyObject *addro) function
/external/python/cpython3/Modules/
Dsocketmodule.c3083 sock_connect(PySocketSockObject *s, PyObject *addro) in sock_connect() function