class documentation

class UNIXAddress: (source)

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): (source)

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

Parameters
other:objectUndocumented
Returns
boolUndocumented
def __hash__(self): (source)

Undocumented

def __repr__(self): (source)

Undocumented

Returns
strUndocumented
name: bytes = (source)

The filename associated with this socket.