Question d’entretien chez Delivery Hero

What are magic methods in Python?

Réponse à la question d'entretien

Utilisateur anonyme

8 déc. 2021

Methods that starts and ends with double underscore that are used internally by the classes to provide or describe some functionality. E.g: __str__ method.