Thanks to visit codestin.com Credit goes to github.com
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 034fb56 commit 3da5743Copy full SHA for 3da5743
1 file changed
Lib/socket.py
@@ -519,6 +519,7 @@ def socketpair(family=AF_INET, type=SOCK_STREAM, proto=0):
519
finally:
520
lsock.close()
521
return (ssock, csock)
522
+ __all__.append("socketpair")
523
524
socketpair.__doc__ = """socketpair([family[, type[, proto]]]) -> (socket object, socket object)
525
Create a pair of socket objects from the sockets returned by the platform
0 commit comments