Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unfreeze the data classes #78

Open
t-ober opened this issue Jun 26, 2023 · 0 comments
Open

Unfreeze the data classes #78

t-ober opened this issue Jun 26, 2023 · 0 comments

Comments

@t-ober
Copy link
Contributor

t-ober commented Jun 26, 2023

This allows to add logic to the constructor methods for e.g. validation checks.
This is also important to force a recalculation of computed attributes like node_participants_map in GridContainer

If we do not want the underlying attributes to get reassigned we can use the property feature for retrieval without implementing a set method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant