lore
lore copied to clipboard
inspect.getargspec doesn't return expected arguments from decorated fit methods
In python 3.6, the inspect.getargspec
function here would return self
as the sole argument due to decorations like @timed
. I suspect it is the same in 3.5.
Fraud inside this system