• Medientyp: E-Book
  • Titel: Making classes support comparison operations in Python
  • Beteiligte: Jones, Brian K [VerfasserIn]; Beazley, David M. [MitwirkendeR]
  • Erschienen: [Place of publication not identified]: O'Reilly, [2016]
  • Umfang: 1 online resource (1 volume)
  • Sprache: Englisch
  • Schlagwörter: Python (Computer program language) ; Electronic books ; Electronic books ; local
  • Entstehung:
  • Anmerkungen: Description based on online resource; title from cover (viewed February 20, 2017). - From Python cookbook, third edition, by Brian K. Jones and David Beazley. Cf. Cover. - Date of publication from resource description page
  • Beschreibung: 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