-
Notifications
You must be signed in to change notification settings - Fork 24
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
posonly arguments support #54
Comments
Turns out we also don't support This is for the historyHere's how def some(a, /, b, *, c, d=True):
... Structure:
|
gforcada
added a commit
that referenced
this issue
Mar 16, 2020
Adds kwonly and posonly args support, closes #54
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code does not raise any violations:
Because
/
posonly args are not checked.It is a thing since 3.8
I will send a PR after #52 is merged
The text was updated successfully, but these errors were encountered: