socket.get_inheritable()
Get the inheritable flag of the socket’s file descriptor or socket’s handle: True if the socket can be inherited in child processes, False if it cannot.
New in version 3.4.
socket.get_inheritable()
Get the inheritable flag of the socket’s file descriptor or socket’s handle: True if the socket can be inherited in child processes, False if it cannot.
New in version 3.4.
Please login to continue.