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.
last updated 2 years ago by effbot #
(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. last updated 2 years ago by effbot # |