You are here : python_3socketsocketfromshare

socket.fromshare() - socket

Instantiate a socket from data obtained from the socket.share()
method.  The socket is assumed to be in blocking mode.


Syntax

socket.fromshare(data)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference