Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ES6 modules and PY3.7 dataclasses incl. inheritance, REQUIRES PYTHON 3.7.tar.gz | 2018-04-26 | 14.2 MB | |
ES6 modules and PY3.7 dataclasses incl. inheritance, REQUIRES PYTHON 3.7.zip | 2018-04-26 | 14.4 MB | |
README.md | 2018-04-26 | 407 Bytes | |
Totals: 3 Items | 28.6 MB | 0 |
- Dataclasses can now inherit from other dataclasses. Inheritance between dataclasses and ordinary classes is left out because it introduces overhead in all classes and in CPython lacks a proper method to call the parents init before a generated init, which makes it hardly worthwhile.
- The dataclasses testlet shows the possibilities
- Code for property decorators has been slightly refactored