Part of twisted.internet.address View Source View In Hierarchy
Instance Variable | hostname | A hostname byte string; for example, b"example.com". (type: bytes ) |
Instance Variable | port | An integer representing the port number. (type: int ) |
Method | __init__ | Undocumented |
Method | __repr__ | Undocumented |
Method | __hash__ | Undocumented |
Inherited from FancyEqMixin:
Method | __eq__ | Undocumented |
Method | __ne__ | Undocumented |