We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6b6dc commit bbb6e0eCopy full SHA for bbb6e0e
adafruit_fona/adafruit_fona_socket.py
@@ -55,6 +55,7 @@ def htons(x: int) -> int:
55
# keep track of sockets we allocate
56
SOCKETS = []
57
58
+
59
# pylint: disable=too-many-arguments, unused-argument
60
def getaddrinfo(host, port: int, family=0, socktype=0, proto=0, flags=0):
61
"""Translate the host/port argument into a sequence of 5-tuples that
0 commit comments