Skip to content

use "inspect.getfullargspec()" instead of "inspect.getargspec"#92

Open
raddatzk wants to merge 1 commit into
apiguy:masterfrom
raddatzk:master
Open

use "inspect.getfullargspec()" instead of "inspect.getargspec"#92
raddatzk wants to merge 1 commit into
apiguy:masterfrom
raddatzk:master

Conversation

@raddatzk
Copy link
Copy Markdown

@raddatzk raddatzk commented Nov 4, 2018

according to the the documentation of inspect you should use getfullargspec, which is a drop-in replacement for getargspec

according to the the documentation of inspect (https://docs.python.org/3.6/library/inspect.html#inspect.getargspec) you should use getfullargspec, which is a drop-in replacement for getargspec
@halfdan
Copy link
Copy Markdown

halfdan commented Jan 16, 2019

Any chance we can move this forward?

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.

2 participants