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.
Designed by : w10schools
service@w10schools.com
Please login to continue.