You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated in the docs the inspect.getargspec function is deprecated since Python 3.0 and inspect-getfullargspec is a drop-in replacement in most cases.
In my Blender integration I use function annotations and also have keyword-only parameters, which is handled correctly by getfullargspec (but not getargspec).
I will also make a pull request with a simple fix.
Pull request is here.
The text was updated successfully, but these errors were encountered:
jasperges
added a commit
to jasperges/avalon-core
that referenced
this issue
Oct 28, 2019
As stated in the docs the
inspect.getargspec
function is deprecated since Python 3.0 andinspect-getfullargspec
is a drop-in replacement in most cases.In my Blender integration I use function annotations and also have keyword-only parameters, which is handled correctly by
getfullargspec
(but notgetargspec
).I will also make a pull request with a simple fix.Pull request is here.
The text was updated successfully, but these errors were encountered: