Delivery Hero Interview Question

What are magic methods in Python?

Interview Answer

Anonymous

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