For more information on the search, visit the help page.
_LikeGetAddrInfo
__call__
_resolver
ComplexResolverSimplifier
FirstOneWins
GAIResolver
HostResolution
SimpleResolverComplexifier
_afToType
_any
_socktypeToType
_transportToSocket
_typesToAF
twisted.internet._resolver._LikeGetAddrInfo
twisted
internet
class _LikeGetAddrInfo(Protocol): (source)
View In Hierarchy
A callable matching the type signature of getaddrinfo.
getaddrinfo
bytes | str | None
bytes | str | int | None
int
list[tuple[AddressFamily, SocketKind, int, str, tuple[str, int] | tuple[str, int, int, int] | tuple[int, bytes]]]
Undocumented