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

Implement keyword only args and allow unnamed star args per PEP3102 #35

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

tonybaloney
Copy link
Owner

@tonybaloney tonybaloney commented Jul 19, 2024

Implements #32

@tonybaloney tonybaloney changed the title Pep3102 Implement keyword only args and allow unnamed star args per PEP3102 Jul 19, 2024
@tonybaloney tonybaloney requested a review from aaronpowell July 19, 2024 06:40
…use it breaks any subsequent non-default parameter
@tonybaloney tonybaloney merged commit 68085e1 into main Jul 22, 2024
1 check passed
@tonybaloney tonybaloney deleted the pep3102 branch July 22, 2024 00:20
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