(An Unofficial) Python Reference Wiki

"clearly marked experimental"

The __set__ method

__set__(self, instance, value)

This method is part of the descriptors interface.

Called to set the attribute on an instance of the owner class to a new value.