ID EN
Socket

get_inheritable

Python 3.11

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.

Syntax

PYTHON
socket.get_inheritable()

See Also

inheritable flag