diff options
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libsocket.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 3b6cee0..9d5536c 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -162,6 +162,11 @@ host byte order is the same as the network byte order, they are no-ops perform 2-byte or 4-byte swap operations. \end{funcdesc} +\begin{datadesc}{socket_type} +This is a Python type object that represents the socket object type. +It is the same as \code{type(socket.socket(...))}. +\end{datadesc} + \subsection{Socket Objects} \noindent |