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 Section Persistence events listeners the documentation may lead the workbench developer to understand that classes with the @proxy decorator are dataclasses. However, the variables var1 and var2 are static and this is for sure not what the developer wants.
The text was updated successfully, but these errors were encountered:
Sorry, my mistake. I overlooked that var1 and var2 at the class level are just type hints and not an assignment. By the way since A.var1 and self.var1 are different variables, isn't the type hint documenting a different variable when used at the class level?
In Section Persistence events listeners the documentation may lead the workbench developer to understand that classes with the
@proxy
decorator are dataclasses. However, the variablesvar1
andvar2
are static and this is for sure not what the developer wants.The text was updated successfully, but these errors were encountered: