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

Method getnameinfo

Lib/asyncio/base_events.py:944–946  ·  view source on GitHub ↗
(self, sockaddr, flags=0)

Source from the content-addressed store, hash-verified

942 None, getaddr_func, host, port, family, type, proto, flags)
943
944 async def getnameinfo(self, sockaddr, flags=0):
945 return await self.run_in_executor(
946 None, socket.getnameinfo, sockaddr, flags)
947
948 async def sock_sendfile(self, sock, file, offset=0, count=None,
949 *, fallback=True):

Callers

nothing calls this directly

Calls 1

run_in_executorMethod · 0.95

Tested by

no test coverage detected