Assargadon / magritte-python

0 stars 0 forks source link

MAContainer inheritance #143

Closed passimens closed 1 month ago

passimens commented 1 month ago

Initial MAContainer inheritance implemented via inheritFrom() method. Minimal tests added. Tests assume elements' order is preserved during inheritance. Probably too strict. Other option would require all elements have names or valid __eq__ implementation for MAElementDescription. Todo: update selfDesc and respective tests.