class documentation

class ComparableEntity(ComparableMixin, BasicEntity):

Known subclasses: sqlalchemy.testing.pickleable.Address, sqlalchemy.testing.pickleable.Child1, sqlalchemy.testing.pickleable.Child2, sqlalchemy.testing.pickleable.Dingaling, sqlalchemy.testing.pickleable.Order, sqlalchemy.testing.pickleable.Parent, sqlalchemy.testing.pickleable.User

View In Hierarchy

Undocumented

Method __hash__ Undocumented

Inherited from ComparableMixin:

Method __eq__ 'Deep, sparse compare.
Method __ne__ Undocumented

Inherited from BasicEntity:

Method __init__ Undocumented
Method __repr__ Undocumented
def __hash__(self):

Undocumented