The first and most important thing to remember about decorators is this: Whatever that is returned from the decorator function will replace the original function you’re decorating.
The first and most important thing to remember about decorators is this: Whatever that is returned from the decorator function will replace the original function you’re decorating.