commit | fa991d957c64b489ff809447d058478e45845134 | [log] [tgz] |
---|---|---|
author | Andrew Pickford <anpickford@googlemail.com> | Tue Jun 26 15:18:59 2018 +0200 |
committer | Andrew Pickford <anpickford@googlemail.com> | Wed Jun 27 16:39:17 2018 +0200 |
tree | 5e0fdf081a35cdc7eb95cac7ae0b02eadde4b784 | |
parent | eca7d092d42d8b644e30093993c670980c411468 [diff] |
Add new key modifier fixed, default symbol '=' The new modifer is used to declare a parameter to be fixed and not changeable in subsequent classes. If ignore_merging_onto_fixed is False then trying to change a fixed parameter will generate an error if ignore_merging_onto_fixed is True the the parameter will not be changed and no error will be generated