You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the second case, I would've expected T_.a to store the updated attribute, but this is not the case. Is this not the intended use case (to store all attributes) or is it supposed to be used only to store the args passed to instantiate the class?
Cheers,
The text was updated successfully, but these errors were encountered:
Hi! Thanks for this wonderful library. Reporting a scenario where
store_attr
does not behave the way I want it to:In the second case, I would've expected
T_.a
to store the updated attribute, but this is not the case. Is this not the intended use case (to store all attributes) or is it supposed to be used only to store the args passed to instantiate the class?Cheers,
The text was updated successfully, but these errors were encountered: