-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
entry: Do not set protected=True on setters (#381)
* entry: Do not set protected=True on setters 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 * update docstring --------- Co-authored-by: evan <[email protected]>
- Loading branch information
Showing
2 changed files
with
64 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters