When I apply numpy.vectorize() to a function, documentation tools behave
inconsistently with regard to the new, vectorized function. The
function's __doc__ attribute does contain the docstring of the original
function as expected, but the built-in help() command displays the
documentation of th
When I apply numpy.vectorize() to a function, documentation tools behave
inconsistently with regard to the new, vectorized function. The function's
__doc__ attribute does contain the docstring of the original function as
expected, but the built-in help() command displays the documentation of the