SocketFamily#

Added in version 2.22.

class SocketFamily#

The protocol family of a SocketAddress. (These values are identical to the system defines %AF_INET, %AF_INET6 and %AF_UNIX, if available.)

Fields#

class SocketFamily
INVALID#

The type of the None singleton.

IPV4#

The type of the None singleton.

IPV6#

The type of the None singleton.

UNIX#

The type of the None singleton.