[Python-Dev] Re: Should dataclasses add__set__ (and possibly __get __) descriptors ?

2021-12-14 Thread Vioshim
Oh certainly that's the approach I was intending, basically wanted to make an enum that shares the methods that the original class can do, but this is quite helpful, I've been testing this approach and seems to work very well despite only working with *args, thanks a lot for the reply and everyo

[Python-Dev] Should dataclasses add__set__ (and possibly __get __) descriptors ?

2021-12-13 Thread Vioshim
Hello good morning. I've decided to open a discussion of a topic that I consider should be part of dataclasses, but not sure how suggestions work and many threads recommend to check python dev first so-. Anyways, at the moment that I write this message in python3.10.1, It happens that when mak