#special-methods

[ follow ]
fromPythonmorsels
23 hours ago

Don't call dunder methods

Dunder methods, or double-underscore methods, serve as hooks for customizing Python behavior, allowing programmers to define or modify functionalities like equality and comparison.
Python
[ Load more ]