exception documentation

class ComparableException(Exception):

View In Hierarchy

An exception that can be compared by value.

Method __eq__ Undocumented
def __eq__(self, other: object) -> bool: ΒΆ

Undocumented