class documentation

class ComparableMixin(object):

Known subclasses: sqlalchemy.testing.entities.ComparableEntity

View In Hierarchy

Undocumented

Method __eq__ 'Deep, sparse compare.
Method __ne__ Undocumented
def __eq__(self, other):

'Deep, sparse compare.

Deeply compare two entities, following the non-None attributes of the non-persisted object, if possible.

def __ne__(self, other):

Undocumented