Popular recipes by tlatsas http://code.activestate.com/recipes/users/4187618/2013-08-23T13:24:40-07:00ActiveState Code Recipesdeprecate decorator which accepts arguments (Python) 2013-08-23T13:24:40-07:00tlatsashttp://code.activestate.com/recipes/users/4187618/http://code.activestate.com/recipes/578650-deprecate-decorator-which-accepts-arguments/ <p style="color: grey"> Python recipe 578650 by <a href="/recipes/users/4187618/">tlatsas</a> (<a href="/recipes/tags/decorator/">decorator</a>, <a href="/recipes/tags/deprecated/">deprecated</a>). Revision 2. </p> <p>The deprecate decorator can be used to warn for future or current code deprecations. It accepts a message and an optional Warning class which will be passed to the warnings.warn() function.</p>