Implements interfaces: twisted.internet.interfaces.IAddress

Object representing a UNIX socket endpoint.

Instance Variable name 0 The filename associated with this socket. (type: bytes)
Method __init__ Undocumented
Method name 1 Undocumented
Method name On UNIX, paths are always bytes. However, as paths are unicode on Python 3, and UNIXAddress technically takes a file path, we convert it to bytes to maintain compatibility with os.path on Python 3.
Method __eq__ Overriding 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 0 =
The filename associated with this socket. (type: bytes)
def __init__(self, name, _bwHack=None): (source)
Undocumented
@property
def name 1(self): (source)
Undocumented
@name.setter
def name(self, name): (source)

On UNIX, paths are always bytes. However, as paths are unicode on Python 3, and UNIXAddress technically takes a file path, we convert it to bytes to maintain compatibility with os.path on Python 3.

def __eq__(self, other): (source)

Overriding 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 2018-04-29 21:01:12.