Hacker News new | ask | show | jobs
by falkaer 2395 days ago
Python defines += as the __iadd__ method which is sometimes mutating, i.e. if the object being assigned to is mutable or not.