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

[feature request] add support for positional-only and keyword-only arguments #262

Open
Clement-Lelievre opened this issue May 11, 2023 · 0 comments
Labels

Comments

@Clement-Lelievre
Copy link

Describe the request

Following this PEP and this one, Python allows
to force the way one passes arguments in functions or class methods, a.k.a keyword-only or positional-only arguments. (Requires Python >= 3.8)

It'd be nice to enhance the current code with the ability to parse * and / in the function's signature.

Thanks!

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

No branches or pull requests

1 participant