-
Hello @BonneelP is it possible to have a object attribute of typ 'frozen' class? I never tried that but maybe you can tell me right away. Best regards, Sebastian |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Sebastian, I haven't checked but it should work. We could introduce a "Pyleecan" type csv convention and change the check type if needed to avoid writing "FrozenClass" in csv and not having the need to introduce a new class. Best regards, |
Beta Was this translation helpful? Give feedback.
Hello Sebastian,
I haven't checked but it should work. We could introduce a "Pyleecan" type csv convention and change the check type if needed to avoid writing "FrozenClass" in csv and not having the need to introduce a new class.
We also have the possibility to not provide type at all but then it would require to work on the setter/getter to call the proper as_dict/to_list... It was necessary for DataKeeper or XOutput reference (I don't remember which one).
Best regards,
Pierre