View source
typedef Socket
package python.lib.net
Deprecated: "Use python.lib.socket.Socket instead"
Available on python
A TCP socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections.
Alias
alias for
python.lib.socket.Socket