Skip to content

Use @property decorator instead of property function#651

Merged
aaronayres35 merged 2 commits into
masterfrom
use-property-decorator
Apr 13, 2021
Merged

Use @property decorator instead of property function#651
aaronayres35 merged 2 commits into
masterfrom
use-property-decorator

Conversation

@aaronayres35
Copy link
Copy Markdown
Contributor

closes #609

This PR simply updates the uses of the property function to use the @property decorator. Also, users of the property now access the property without calling the get____ or set___ methods.

Copy link
Copy Markdown
Contributor

@rahulporuri rahulporuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aaronayres35 aaronayres35 merged commit c9090c0 into master Apr 13, 2021
@aaronayres35 aaronayres35 deleted the use-property-decorator branch April 13, 2021 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use @property decorator instead of property function

2 participants