[Numpy-discussion] Keyword argument support for vectorize.
Nathaniel Smith
njs@pobox....
Mon Apr 9 05:02:50 CDT 2012
On Mon, Apr 9, 2012 at 10:53 AM, Michael McNeil Forbes
<michael.forbes@gmail.com> wrote:
> It seems like functools.partial is the appropriate tool to use here
> which means I will have to deal with the
functools was added in Python 2.5, and so far numpy is still trying to
maintain 2.4 compatibility. (Not that this is particularly complicated
code to reimplement.)
- N
More information about the NumPy-Discussion
mailing list