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

Allow changing descriptor setup through python properties #9

Open
lauri-codes opened this issue Jan 10, 2019 · 0 comments
Open

Allow changing descriptor setup through python properties #9

lauri-codes opened this issue Jan 10, 2019 · 0 comments

Comments

@lauri-codes
Copy link
Contributor

Currently the code has inconsistent handling for changing properties of the descriptor objects. Many of the properties are available through public attributes of the objects, but sometimes changing them after initialization can lead to a broken setup.

This should be fixed by introducing a python property for each attribute that can be changed after the construction of an object. A property can then trigger the necessary actions for updating the setup of the whole object.

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

No branches or pull requests

1 participant