pyeffects icon indicating copy to clipboard operation
pyeffects copied to clipboard

Add support for case / data classes

Open vickumar1981 opened this issue 4 years ago • 0 comments

Case classes were implemented in macropy, but AFAIK, this library isn't supported and doesn't work on Python 3. There's a lot in macropy, but the case class functionality is great for saving on boiler plate code.

https://macropy3.readthedocs.io/en/latest/case_classes.html

vickumar1981 avatar Apr 02 '20 22:04 vickumar1981