Andrew Breza

57%
Flag icon
If you are about to implement comparison operators, study functools.total_ordering. That is a class decorator that automatically generates methods for all rich comparison operators in any class that defines at least a couple of them.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview