smarie / python-pyfields

Define fields in python classes. Easily.
https://smarie.github.io/python-pyfields
BSD 3-Clause "New" or "Revised" License
45 stars 10 forks source link

Add `ancestor_fields_first` option to all the init makers #50

Closed smarie closed 4 years ago

smarie commented 4 years ago

As of now the order of arguments in generated inits is ancestor-first, but some users may wish to have the other order