ID EN
Socket

fromshare

Python 3.11

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

Syntax

PYTHON
socket.fromshare(data)

See Also

socket.share() Availability