
Aug. 7, 2020
3:27 a.m.
On Thu, Aug 06, 2020 at 04:01:47PM -0000, redradist@gmail.com wrote:
I see lots of use-cases for property decorators ...
We have had property decorators since version Python 2.2 which was 18 years ago. We know that there are many wonderful use-cases for things like this. What you are not explaining is why you can do them with syntax: @function name = value but not name = function(value) -- Steven