class documentation

class UNIXAddress:

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:

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

def __hash__(self):

Undocumented

def __repr__(self) -> str:

Undocumented

name: bytes =

The filename associated with this socket.