Delivery Hero interview question

What are magic methods in Python?

Interview Answer

Anonymous

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