Closed zuckschwerdt closed 9 years ago
Merge type attributes with precedence to the derived type's. Simply appending attributes as in attributes = BaseAttrs ++ Attrs won't reliably work. S.a. #41.
attributes = BaseAttrs ++ Attrs
Merge type attributes with precedence to the derived type's. Simply appending attributes as in
attributes = BaseAttrs ++ Attrs
won't reliably work. S.a. #41.