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

Function getaddrinfo

Lib/test/mock_socket.py:150–151  ·  view source on GitHub ↗
(*args, **kw)

Source from the content-addressed store, hash-verified

148 return ""
149
150def getaddrinfo(*args, **kw):
151 return socket_module.getaddrinfo(*args, **kw)
152
153gaierror = socket_module.gaierror
154error = socket_module.error

Callers 2

getaddrinfo_taskMethod · 0.50
getaddrinfo_taskMethod · 0.50

Calls 1

getaddrinfoMethod · 0.45

Tested by 2

getaddrinfo_taskMethod · 0.40
getaddrinfo_taskMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…