Popular recipes by José Nahuel Cuesta Luengo http://code.activestate.com/recipes/users/4177689/2011-04-16T19:29:35-07:00ActiveState Code RecipesDecorators for adding aliases to methods in a class (Python) 2011-04-16T19:29:35-07:00José Nahuel Cuesta Luengohttp://code.activestate.com/recipes/users/4177689/http://code.activestate.com/recipes/577659-decorators-for-adding-aliases-to-methods-in-a-clas/ <p style="color: grey"> Python recipe 577659 by <a href="/recipes/users/4177689/">José Nahuel Cuesta Luengo</a> (<a href="/recipes/tags/alias/">alias</a>, <a href="/recipes/tags/decorator/">decorator</a>). </p> <p>The following recipe can be used as a means to adding aliases to methods in a class.</p>