Python: Decorator Classes On The Edge
Yesterday’s entry on Python decorator classes left out two related edge cases: classmethod objects and staticmethod objects.
Yesterday’s entry on Python decorator classes left out two related edge cases: classmethod objects and staticmethod objects.
Developing a decorator class in Python leads to an enlightening look at Python descriptors.