Known subclasses: twisted.internet.address._ServerFactoryIPv4Address

An IPv4Address represents the address of an IPv4 socket endpoint.

Instance Variable host A string containing a dotted-quad IPv4 address; for example, "127.0.0.1". (type: str)
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 dotted-quad IPv4 address; for example, "127.0.0.1". (type: str)
def __init__(self, type, host, port, _bwHack=None): (source)
API Documentation for Twisted, generated by pydoctor at 2018-04-29 21:01:12.