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
Setting a property would call _set_string_field which by default would
set the protected status of the attribute as "True".
In order to verify in tests if a property is protected we add a private
method _is_property_protected which shares the code with
is_custom_property_protected.
Fixes: #376
0 commit comments