ID EN
Socket

AF_UNIX

Python 3.11

These constants represent the address (and protocol) families, used for the first argument to socket(). If the AF_UNIX constant is not defined then this protocol is unsupported. More constants may be available depending on the system.

Syntax

PYTHON
socket.AF_UNIX

See Also

socket() AF_UNIX