t.i.a.HostnameAddress(FancyEqMixin, object) : class documentation

Part of twisted.internet.address View Source View In Hierarchy

A HostnameAddress represents the address of a HostnameEndpoint.
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
hostname =
A hostname byte string; for example, b"example.com". (type: bytes)
port =
An integer representing the port number. (type: int)
def __init__(self, hostname, port): (source)
Undocumented
def __repr__(self): (source)
Undocumented
def __hash__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.