How dunder methods rule Python under the hood — Rodrigo Girão Serrão

Conference: EuroPython 2023

Year: 2023

[EuroPython 2023 — South Hall 2A on 2023-07-20] https://ep2023.europython.eu/session/how-dunder-methods-rule-python-under-the-hood [Python dunder methods](https://mathspp.com/blog/pydonts/dunder-methods) – like `__init__` – are sometimes referred to as “magic methods” but they are not! They are just regular methods! Functions that are associated with objects and that you can call with arguments. The only thing is... Python also calls those functions behind the scenes in certain situations! So, let us learn what that is all about. This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License http://creativecommons.org/licenses/by-nc-sa/4.0/