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.py701 async def sock_connect(self, sock, address): member in BaseProactorEventLoop
Dselector_events.py486 async def sock_connect(self, sock, address): member in BaseSelectorEventLoop
Devents.py526 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.c3313 sock_connect(PySocketSockObject *s, PyObject *addro) in sock_connect() function