The __delete__ method
__delete__(self, instance)
This method is part of the interface-descriptors interface.
Called to delete the attribute on an instance instance of the owner class.
last updated 2 years ago by effbot #
(An Unofficial) Python Reference Wiki"clearly marked experimental" The __delete__ method__delete__(self, instance) This method is part of the interface-descriptors interface. Called to delete the attribute on an instance instance of the owner class. last updated 2 years ago by effbot # |