An IPv6Address represents the address of an IPv6 socket endpoint.

Instance Variable host A string containing a colon-separated, hexadecimal formatted IPv6 address; for example, "::1". (type: str)
Instance Variable flowInfo the IPv6 flow label. This can be used by QoS routers to identify flows of traffic; you may generally safely ignore it. (type: int)
Instance Variable scopeID the IPv6 scope identifier - roughly analagous to what interface traffic destined for this address must be transmitted over. (type: int)
Method __init__ Undocumented

Inherited from _IPAddress:

Instance Variable type A string describing the type of transport, either 'TCP' or 'UDP'.
Instance Variable port An integer representing the port number. (type: int)
Method __repr__ Undocumented
Method __hash__ Undocumented

Inherited from FancyEqMixin (via _IPAddress):

Method __eq__ Undocumented
Method __ne__ Undocumented
host =
A string containing a colon-separated, hexadecimal formatted IPv6 address; for example, "::1". (type: str)
flowInfo =
the IPv6 flow label. This can be used by QoS routers to identify flows of traffic; you may generally safely ignore it. (type: int)
scopeID =
the IPv6 scope identifier - roughly analagous to what interface traffic destined for this address must be transmitted over. (type: int)
def __init__(self, type, host, port, flowInfo=0, scopeID=0): (source)
API Documentation for Twisted, generated by pydoctor at 2018-04-29 21:01:12.