brocksam / pyproprop

Write classes with lots of similar simple defensive properties without the boilerplate
MIT License
3 stars 1 forks source link

Ensure the class definition can be accessed and manipulated with a processed property's getters and setters #12

Closed brocksam closed 4 years ago

brocksam commented 4 years ago

Relavent to how #11 can be addressed.

brocksam commented 4 years ago

Possible as the property getters and setters contain a self argument.