Part of twisted.internet.address View Source View In Hierarchy
Known subclasses: twisted.internet.address._ServerFactoryIPv4Address
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 |