I\'m experimenting with OOP python and I wasn\'t sure about the __repr__ function inheritance. Since the parent class function looked like this:
__repr__
def
Yes - - it is not just "ok", but it is what is more practical in almost every project and class hierarchy.
Actually, this is almost a perfect "text book example" of when to use class inheritance, and just let the code in the superclasses be reused.