Vladimir

31%
Flag icon
This is the typical behavior of a decorator: it replaces the decorated function with a new function that accepts the same arguments and (usually) returns whatever the decorated function was supposed to return, while also doing some extra processing.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview