Pergunta de entrevista da empresa Delivery Hero

What are magic methods in Python?

Resposta da entrevista

Sigiloso

8 de dez. de 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.