Closed bartv closed 5 years ago
inspect.getargspec is deprecated. _argnames now uses inspect.signature. This commit also changes the behaviour to be more consistent. The previous commit would strip self from the arguments, but only when no default arguments were passed.
This PR fixes #23
Closing as superseeded by #38. Thanks even though!
inspect.getargspec is deprecated. _argnames now uses inspect.signature. This commit also changes the behaviour to be more consistent. The previous commit would strip self from the arguments, but only when no default arguments were passed.
This PR fixes #23