You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need an object that accepts a list of objects inhering from DessiaObject/SerializableObject.
Use case:
when doing unittests sometimes we need to save lots of .json files to save volmdlr objects. With a Container class I can save all the objects in only one file. Today we make an workaround using VolumeModel, but this won't be accepted anymore in futures releases because we will have to restrict the type of objects that VolumeModel accepts. So, Container can accept any object inheriting from DessiaObject
branch:
commit:
python version:
The text was updated successfully, but these errors were encountered:
**Note: for support questions, please use https://nextcloud.dessia.tech/call/hr9z9bif
I need an object that accepts a list of objects inhering from DessiaObject/SerializableObject.
Use case:
when doing unittests sometimes we need to save lots of .json files to save volmdlr objects. With a Container class I can save all the objects in only one file. Today we make an workaround using VolumeModel, but this won't be accepted anymore in futures releases because we will have to restrict the type of objects that VolumeModel accepts. So, Container can accept any object inheriting from DessiaObject
The text was updated successfully, but these errors were encountered: