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

Method getnameinfo

Lib/asyncio/events.py:348–349  ·  view source on GitHub ↗
(self, sockaddr, flags=0)

Source from the content-addressed store, hash-verified

346 raise NotImplementedError
347
348 async def getnameinfo(self, sockaddr, flags=0):
349 raise NotImplementedError
350
351 async def create_connection(
352 self, protocol_factory, host=None, port=None,

Calls

no outgoing calls