socket.set_inheritable(inheritable)
Set the inheritable flag of the socket’s file descriptor or socket’s handle.
New in version 3.4.
socket.set_inheritable(inheritable)
Set the inheritable flag of the socket’s file descriptor or socket’s handle.
New in version 3.4.
Please login to continue.