Bill -- https://mail.python.org/mailman/listinfo/python-list
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?
- newb question about @property Bill
- Re: newb question about @property Ned Batchelder
- Re: newb question about @property Bill
- Re: newb question about @property Ned Batchelder
- Re: newb question about @property Steve D'Aprano
- Re: newb question about @property Bill
- Re: newb question about @property MRAB
- Re: newb question about @property Thomas Jollans
- Re: newb question about @property MRAB
- Re: newb question about @property breamoreboy