How to subclass Data class #4638
-
Hi, First of all, I would expect this snippet to set the attribute
The overall goal is to add some validation steps to (new) attributes. In the end I would like to extend the
But neither approach (with What would you suggest to achieve this goal? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
We currently treat the setting of attributes to my_attr = data.get('my_attr', None) |
Beta Was this translation helpful? Give feedback.
-
Fixed via #4682 |
Beta Was this translation helpful? Give feedback.
Fixed via #4682