Class t.i.a.UNIXAddress(object):

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

Implements interfaces: twisted.internet.interfaces.IAddress
Object representing a UNIX socket endpoint.
Instance VariablesnameThe filename associated with this socket. (type: str )
Method __init__ Undocumented
Method __getitem__ Undocumented
Method __getslice__ Undocumented
Method __eq__ Undocumented
Method __str__ Undocumented
def __init__(self, name, _bwHack='UNIX'): (source)
Undocumented
def __getitem__(self, index): (source)
Undocumented
def __getslice__(self, start, stop): (source)
Undocumented
def __eq__(self, other): (source)
Undocumented
def __str__(self): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.