[Numpy-discussion] How to get docs for functions processed by numpy.vectorize?

2014-09-11 Thread John Haiducek
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

[Numpy-discussion] numpy.vectorize docstrings not shown by help command

2014-09-05 Thread John Haiducek
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