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
Also, we should clarify in the readme that get_field_values is to be preferred over vars when no constructor exists, since it guarantees that the fields with default values/factories are all created if not yet done.
The text was updated successfully, but these errors were encountered:
It would be very convenient that anyone can use thes helper functions on any class (not necessary classes with fields).
In particular when "view" properties are defined it would be convenient that
get_field_values
includes them. See for example https://stackoverflow.com/questions/62516472/python-getters-setters-and-manipulating-fields/Also, we should clarify in the readme that
get_field_values
is to be preferred overvars
when no constructor exists, since it guarantees that the fields with default values/factories are all created if not yet done.The text was updated successfully, but these errors were encountered: