Search notes:

Python: __setattr__

Typically, an implementation of __setattr__() modifies self.__dict__ in order to prevent infinite recursion.

See also

The built-in function setattr().
__getattr__
Other dunders

Index