How to Stop Your Decorator From Breaking Introspection
functools.wraps copies __name__ and __doc__. One line. Fixed metadata.

How to Stop Your Decorator From Breaking Introspection
functools.wraps copies __name__ and __doc__. One line. Fixed metadata.

Function and class decorators!
#function #decorator #FunctionDecorator #ClassDecorator #class