Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question/Feature request: Can I disable adding name= during autocompletion of function arguments? #1900

Closed
jpfeuffer opened this issue Dec 19, 2022 · 2 comments

Comments

@jpfeuffer
Copy link

If not, how does Jedi decide when it is valid to add them? Can I change something in my typing maybe?
C functions in python do not allow for named arguments.

@davidhalter
Copy link
Owner

The best way to change this is to use positional only arguments for your stubs. Does this work for you?

@davidhalter
Copy link
Owner

No reply, I'm therefore closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants