twisted.internet.address.UNIXAddress(object)
class documentationtwisted.internet.address
View Source
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.IAddress
Object representing a UNIX socket endpoint.
Instance Variable | name | The filename associated with this socket. (type: bytes ) |
Method | __eq__ | Undocumented |
Method | __ne__ | Undocumented |
Method | __repr__ | Undocumented |
Method | __hash__ | Undocumented |
Method | __eq__ 0 | Overriding attrs to ensure the os level samefile check is
done if the name attributes do not match. |
Overriding attrs
to ensure the os level samefile check is
done if the name attributes do not match.