Pregunta de entrevista de Delivery Hero

What are magic methods in Python?

Respuesta de la entrevista

Anónimo

8 dic 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.