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 58295de commit af484d5Copy full SHA for af484d5
1 file changed
Lib/socket.py
@@ -4,7 +4,8 @@
4
"""\
5
This module provides socket operations and some related functions.
6
On Unix, it supports IP (Internet Protocol) and Unix domain sockets.
7
-On other systems, it only supports IP.
+On other systems, it only supports IP. Functions specific for a
8
+socket are available as methods of the socket object.
9
10
Functions:
11
0 commit comments