diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-05-19 10:16:50 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-05-19 10:16:50 +0100 |
commit | c4a1aef1c9d961907e346cab809e39b97172cadc (patch) | |
tree | 43db9cadab9de80f89a00eb9a5a73ca3cf7f1b3e /numpy/lib/nanfunctions.py | |
parent | 25f64902e9178bf476e2ce002985495ce56a7092 (diff) | |
download | numpy-c4a1aef1c9d961907e346cab809e39b97172cadc.tar.gz |
BUG: np.info does not show keyword-only arguments
Using inspect.signature instead of `np.compat.getargspec` solves this problem.
`inspect.signature` also handles stripping the `self` argument of methods for us.
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions