Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor some setter getter methods using the property decorator #768

Open
12rambau opened this issue Feb 25, 2023 · 1 comment
Open

refactor some setter getter methods using the property decorator #768

12rambau opened this issue Feb 25, 2023 · 1 comment
Labels
quality generated by code climate refactoring code enhancement

Comments

@12rambau
Copy link
Member

It's the most pythonic way I found to create safe setters and getters for a property: https://www.programiz.com/python-programming/property

@12rambau 12rambau added quality generated by code climate refactoring code enhancement labels Feb 25, 2023
@12rambau
Copy link
Member Author

12rambau commented Mar 17, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality generated by code climate refactoring code enhancement
Projects
None yet
Development

No branches or pull requests

1 participant