MCPcopy Index your code
hub / github.com/python/cpython / getaddrinfo

Method getaddrinfo

Lib/asyncio/events.py:344–346  ·  view source on GitHub ↗
(self, host, port, *,
                          family=0, type=0, proto=0, flags=0)

Source from the content-addressed store, hash-verified

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

Callers 4

innerMethod · 0.95
getaddrinfoFunction · 0.45
_get_best_familyFunction · 0.45
createSocketMethod · 0.45

Calls

no outgoing calls

Tested by 1

innerMethod · 0.76