Part of twisted.internet.address View Source View In Hierarchy
Method | __eq__ | Undocumented |
Inherited from IPv4Address:
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 (via IPv4Address):
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 IPv4Address, _IPAddress):
Method | __ne__ | Undocumented |