#object-interaction

[ follow ]
Pythonmorsels
1 month ago
Python

Every dunder method in Python

Python dunder methods are crucial for customizing class interactions
The 3 essential dunder methods are __init__, __str__, and __eq__ [ more ]
[ Load more ]