2022-05-05 18:25:55 +02:00
..

Chapter 5, Decorators
##############################################################################

| Enabling Code Reuse by Decorating explains not only how to create your own function/class decorators but also how internal decorators such as property, staticmethod and classmethod function.