Python: Decorating with class through descriptors

Developing a decorator class in Python leads to an enlightening look at Python descriptors.