Sep-15-2023, 04:15 PM
Might could do something like this to keep from setting the value the way I did
@property def double(self): if self._double != self._value * 2: raise AttributeError return self._double
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags
Download my project scripts