(self, host, port, *,
family=0, type=0, proto=0, flags=0)
| 342 | # Network I/O methods returning Futures. |
| 343 | |
| 344 | async def getaddrinfo(self, host, port, *, |
| 345 | family=0, type=0, proto=0, flags=0): |
| 346 | raise NotImplementedError |
| 347 | |
| 348 | async def getnameinfo(self, sockaddr, flags=0): |
| 349 | raise NotImplementedError |
no outgoing calls