Closed Maksim-Burtsev closed 2 years ago
This repository is only for the 3.6 backport of dataclasses. For actual bugs in the current version dataclasses, please use the main python bug tracker. But this sounds more like a usage question, which you could ask on discuss.python.org or stackoverflow.
This repository is only for the 3.6 backport of dataclasses. For actual bugs in the current version dataclasses, please use the main python bug tracker. But this sounds more like a usage question, which you could ask on discuss.python.org or stackoverflow.
I got it, thanks!
I found the issue where was conversation about an explict call of parent's __post_init__ method using super(), but if i try this:
it will output:
So, parents method works without explict call.