Skip to content

Fix unsupported function call inspect.getargspec#628

Open
farukht wants to merge 1 commit intoblaze:masterfrom
farukht:patch-1
Open

Fix unsupported function call inspect.getargspec#628
farukht wants to merge 1 commit intoblaze:masterfrom
farukht:patch-1

Conversation

@farukht
Copy link

@farukht farukht commented May 22, 2020

Note: I am using Python 3.7.
Call to inspect.getargspec is throwing following error message:
ValueError: Function has keyword-only parameters or annotations, use getfullargspec() API which can support them.
As suggested in the error message, changing the call to inspect.getfullargspec.
Possibly function name getargspec is changed to getfullargspec in the inspect package.

Call to inspect.getargspec throwing following error message:
ValueError: Function has keyword-only parameters or annotations, use getfullargspec() API which can support them.
As suggested in the error message, changing the call to inspect.getfullargspec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant