inspect.getargspec doesn't return expected arguments from decorated fit methods
Open
bug
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
In python 3.6, the `inspect.getargspec` function [here](https://github.com/instacart/lore/blob/master/lore/__main__.py#L407-L410) would return `self` as the sole argument due to decorations like `@timed`. I suspect it is the same in 3.5.
Contributor guide
Assessment
This issue has not been assessed yet.