applying decorators to class function when using a base class
I am trying to build a decorator that allows me to log functions in my classes in Python3. The decorator is as follows:
I am trying to build a decorator that allows me to log functions in my classes in Python3. The decorator is as follows: