Function name unchanged in error message
Michele Simionato
michele.simionato at gmail.com
Fri Jan 29 11:09:40 EST 2010
On Jan 29, 2:30 pm, andrew cooke <and... at acooke.org> wrote:
> Is there any way to change the name of the function in an error
> message? In the example below I'd like the error to refer to bar(),
> for example (the motivation is related function decorators - I'd like
> the wrapper function to give the same name)
Use the decorator module which does the right thing:
http://pypi.python.org/pypi/decorator
More information about the Python-list
mailing list