I want to override __cmp__, __eq__, and __hash__ so I can do set operations on a SQLAlchemy Declarative Base model. Will this cause any conflicts with the Declarative Base Implementation?
I want to override __cmp__ , __eq__ , and __hash__ so I can do
Share
no. It’ll work just fine.