Contribute Media
A thank you to everyone who makes this possible: Read More

Dunder methods in Python

Description

Dunder methods power most operators in Python as well as some of the built-in functions. Dunder methods are a contract between the person who made a class and Python itself.

Details

Improve this page