MCPcopy Index your code
hub / github.com/RustPython/RustPython / getnameinfo

Method getnameinfo

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

Source from the content-addressed store, hash-verified

937 None, getaddr_func, host, port, family, type, proto, flags)
938
939 async def getnameinfo(self, sockaddr, flags=0):
940 return await self.run_in_executor(
941 None, socket.getnameinfo, sockaddr, flags)
942
943 async def sock_sendfile(self, sock, file, offset=0, count=None,
944 *, fallback=True):

Callers

nothing calls this directly

Calls 1

run_in_executorMethod · 0.95

Tested by

no test coverage detected