1
Python += calls __add__ and rebinds to a new object
A short blog post showing that Python's `+=` operator invokes `__add__` and rebinds the left‑hand variable to a new object rather than mutating it in place.
Lerner Consulting Bloglernerpython.com1 min
