Popular recipes by Hans Zauber http://code.activestate.com/recipes/users/4184246/2012-11-13T09:44:07-08:00ActiveState Code RecipesGeneral decorators decorator (Python) 2012-11-13T09:44:07-08:00Hans Zauberhttp://code.activestate.com/recipes/users/4184246/http://code.activestate.com/recipes/578325-general-decorators-decorator/ <p style="color: grey"> Python recipe 578325 by <a href="/recipes/users/4184246/">Hans Zauber</a> (<a href="/recipes/tags/decorators/">decorators</a>). </p> <p>A general decorator aimed to decorate decorators, letting them keep (some of) the original attributes of the functions they decorate.</p>