We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
DataType
We currently have frozen DataType's, with the callback to update the backend based on changed fields on the DataType taking a whole new DataType:
FastCS/src/fastcs/attributes.py
Lines 105 to 113 in bb6929a
We should instead make the DataType mutable and have the above method just use self._datatype.
self._datatype
The text was updated successfully, but these errors were encountered:
evalott100
No branches or pull requests
We currently have frozen
DataType
's, with the callback to update the backend based on changed fields on theDataType
taking a whole newDataType
:FastCS/src/fastcs/attributes.py
Lines 105 to 113 in bb6929a
We should instead make the
DataType
mutable and have the above method just useself._datatype
.The text was updated successfully, but these errors were encountered: