Class decoder to apply a method decorator to a method of an inherited class

I have several classes that inherit from the same class. I want to have a class decorator in the base class that adds another decorator for all methods of all inherited classes.

Is it possible? Is this a good score?

+3


source to share





All Articles