Vladimir

33%
Flag icon
Note that I am not suggesting that function decorators should be used to implement the decorator pattern in Python programs. Although this can be done in specific situations, in general the decorator pattern is best implemented with classes to represent the decorator and the components it will wrap.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview