class documentation

class UNIXAddress: (source)

Implements interfaces: twisted.internet.interfaces.IAddress

View In Hierarchy

Object representing a UNIX socket endpoint.

Method __eq__ Overriding attrs to ensure the os level samefile check is done if the name attributes do not match.
Method __hash__ Undocumented
Method __repr__ Undocumented
Instance Variable name The filename associated with this socket.
def __eq__(self, other: object) -> bool: (source)

Overriding attrs to ensure the os level samefile check is done if the name attributes do not match.

def __hash__(self): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

name: bytes = (source)

The filename associated with this socket.