Kaydet (Commit) 2335c5ea authored tarafından Guido van Rossum's avatar Guido van Rossum

Added description of socket_type.

üst f8580215
...@@ -162,6 +162,11 @@ host byte order is the same as the network byte order, they are no-ops ...@@ -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. perform 2-byte or 4-byte swap operations.
\end{funcdesc} \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} \subsection{Socket Objects}
\noindent \noindent
......
...@@ -162,6 +162,11 @@ host byte order is the same as the network byte order, they are no-ops ...@@ -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. perform 2-byte or 4-byte swap operations.
\end{funcdesc} \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} \subsection{Socket Objects}
\noindent \noindent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment