How to call a property of the base class if this property is being overwritten in the derived class?
I’m changing some classes of mine from an extensive use of getters and setters to a more pythonic use of properties.
I’m changing some classes of mine from an extensive use of getters and setters to a more pythonic use of properties.
I think the best way to ask this question is with some code… can I do this: