[pypy-issue] Issue #2906: <no docstring> for numpy functions (pypy/pypy)

Dmitry A. Mottl issues-reply at bitbucket.org
Fri Oct 26 12:27:11 EDT 2018


New issue 2906: <no docstring> for numpy functions
https://bitbucket.org/pypy/pypy/issues/2906/for-numpy-functions

Dmitry A. Mottl:

Just noticed that ipython doesn't show `<docstring>` for numpy functions:

```python
import numpy as np
np? # - shows docstring
np.random.randn? # - doesn't show
```

numpy is installed from sources with `pip install numpy`




More information about the pypy-issue mailing list