socket.fromshare(data)
Instantiate a socket from data obtained from the socket.share()
method. The socket is assumed to be in blocking mode.
Availability: Windows.
New in version 3.3.
socket.fromshare(data)
Instantiate a socket from data obtained from the socket.share()
method. The socket is assumed to be in blocking mode.
Availability: Windows.
New in version 3.3.
Please login to continue.