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

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

Implements interfaces: twisted.internet.interfaces.IAddress

Object representing a UNIX socket endpoint.
Instance Variable name The filename associated with this socket. (type: str)
Method __init__ Undocumented
Method __eq__ overriding util.FancyEqMixin to ensure the os level samefile check is done if the name attributes do not match.
Method __repr__ Undocumented
Method __hash__ Undocumented

Inherited from FancyEqMixin:

Method __ne__ Undocumented
name =
The filename associated with this socket. (type: str)
def __init__(self, name, _bwHack=None): (source)
Undocumented
def __eq__(self, other): (source)
overriding util.FancyEqMixin to ensure the os level samefile check is done if the name attributes do not match.
def __repr__(self): (source)
Undocumented
def __hash__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-09-01 11:44:56.