Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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,
Callers
7
inner
Method · 0.95
testRefCountGetNameInfo
Method · 0.45
testInterpreterCrash
Method · 0.45
test_getnameinfo_ipv6_scopeid_symbolic
Method · 0.45
test_getnameinfo_ipv6_scopeid_numeric
Method · 0.45
_test_create_datagram_endpoint
Method · 0.45
test_getnameinfo
Method · 0.45
Calls
no outgoing calls
Tested by
7
inner
Method · 0.76
testRefCountGetNameInfo
Method · 0.36
testInterpreterCrash
Method · 0.36
test_getnameinfo_ipv6_scopeid_symbolic
Method · 0.36
test_getnameinfo_ipv6_scopeid_numeric
Method · 0.36
_test_create_datagram_endpoint
Method · 0.36
test_getnameinfo
Method · 0.36