Besides, the result of numpy.vectorize don't have 'nin' and 'nout' members.
Cheers,
On Wed, Apr 16, 2014 at 2:55 AM, Nathaniel Smith wrote:
> I don't think the names exist currently except as mnemonics in the
> docstring. Patches to improve 'inspect' support would be welcome of
> course.
>
> -n
On Wed, Apr 16, 2014 at 3:50 PM, Fernando Perez wrote:
> Does argument clinic work with python2 or is it python3 only?
>
> http://legacy.python.org/dev/peps/pep-0436/
>
> It is python3 only, but is should not be hard to adapt it to generate 2/3
compatible code.
Does argument clinic work with python2 or is it python3 only?
http://legacy.python.org/dev/peps/pep-0436/
f
On Tue, Apr 15, 2014 at 11:55 PM, Nathaniel Smith wrote:
> I don't think the names exist currently except as mnemonics in the
> docstring. Patches to improve 'inspect' support would be
I don't think the names exist currently except as mnemonics in the
docstring. Patches to improve 'inspect' support would be welcome of
course.
-n
On Tue, Apr 15, 2014 at 11:30 PM, Sylvain Corlay
wrote:
> Hi,
> Unfortunately, numpy ufuncs are incompatible with the inspect module.
> While ufunc.ni
Hi,
Unfortunately, numpy ufuncs are incompatible with the inspect module.
While ufunc.nin and ufunc.nout provide some information on the signature, I
don't see how to retrieve argument names. What is the preferred/best way to
get argument names of a numpy ufuncs?
Best,
Sylvain
_