newb question about @property

Bill BILL_NOSPAM at whoknows.net
Sat Sep 30 17:47:20 EDT 2017


I spent a few hours experimenting with @property. To my mind it seems 
like it would be preferable to just define (override) instance methods 
__get__(), __set__(), and possibly __del__(), as desired, as I could 
easily provide them with "ideal" customization. Am I overlooking something?

Bill



More information about the Python-list mailing list