Making classes support comparison operations in Python

Book description

This lesson is a recipe from the Python Cookbook that explores being able to compare instances of your class using the standard comparison operators, but without having to write a lot of special methods, and avoiding the tedious task of creating implementations of every possible comparison operator.

What you'll learn—and how you can apply it

Learn how to use the functools.total_ordering decorator to simplify the comparison operator creation process.

This lesson is for you because…

You're an experienced Python programmer who wants to compare instances of your class using standard comparison operators without having to write a lot of special methods.

Prerequisites

  • Moderate experience with Python

Materials or downloads needed

  • None

Publisher resources

View/Submit Errata

Product information

  • Title: Making classes support comparison operations in Python
  • Author(s): Brian K. Jones, David Beazley
  • Release date: August 2016
  • Publisher(s): O'Reilly Media, Inc.
  • ISBN: 9781491966143