Overloading equality in Python

Publicado el: 18 septiembre 2023
en el canal de: Python Morsels
287
13

Want to customize what "equality" means for your class instances in Python? Implement a `__eq__` method! Make sure to return `NotImplemented` as appropriate though.

https://pym.dev/overloading-equality-...

Find more Python screencasts at https://pym.dev/screencasts/

00:00 The default implementation for equality is the same as identity
00:35 How does the == operator work behind the scenes in Python?
01:19 Customizing how equality works with the _eq_ method
02:10 Using type-checking in equality to ensure that the two objects are comparable
03:15 Summary


En esta página del sitio puede ver el video en línea Overloading equality in Python de Duración hora minuto segunda en buena calidad , que subió el usuario Python Morsels 18 septiembre 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 287 veces y le gustó 13 a los espectadores. Disfruta viendo!