Re: [sympy] Fix parameters of decorated functions

2010-02-26 Thread Ronan Lamy
Le vendredi 26 février 2010 à 11:06 -0700, Aaron S. Meurer a écrit : > OK, that fixes the XFAIL function name problem, but I still can't get the > original function parameters to show up in help(). Any ideas? For that, we'd need to use the decorator package [http://pypi.python.org/pypi/decorator

Re: [sympy] Fix parameters of decorated functions

2010-02-26 Thread Aaron S. Meurer
OK, that fixes the XFAIL function name problem, but I still can't get the original function parameters to show up in help(). Any ideas? Aaron Meurer On Feb 25, 2010, at 10:41 PM, Priit Laes wrote: > Ühel kenal päeval, N, 2010-02-25 kell 07:46, kirjutas Aaron S. Meurer: >> Does anyone know if fi

Re: [sympy] Fix parameters of decorated functions

2010-02-25 Thread Priit Laes
Ühel kenal päeval, N, 2010-02-25 kell 07:46, kirjutas Aaron S. Meurer: > Does anyone know if fixing these things would be possible? I am not to > familiar with decorators. > > Two aspects of decorated functions annoy me. First off, the function > name is changed to the name of the decorated fu

[sympy] Fix parameters of decorated functions

2010-02-25 Thread Aaron S. Meurer
Does anyone know if fixing these things would be possible? I am not to familiar with decorators. Two aspects of decorated functions annoy me. First off, the function name is changed to the name of the decorated function. The result is that tests that have @XFAIL show up as func_wrapper in bi