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

Include keyword only args when generating signatures in stubgenc #17448

Merged
merged 3 commits into from
Jun 29, 2024

Conversation

ericmarkmartin
Copy link
Contributor

Currently, signatures generated for callable by the InspectionStubGenerator won’t include keywords only arguments or their defaults. This change includes them in the generated signatures.

@ericmarkmartin ericmarkmartin force-pushed the stubgenc-kw-only-args branch 3 times, most recently from bf26d87 to 8188bc4 Compare June 29, 2024 04:45
@ericmarkmartin ericmarkmartin marked this pull request as draft June 29, 2024 05:05
@ericmarkmartin ericmarkmartin force-pushed the stubgenc-kw-only-args branch 4 times, most recently from 976a14c to 6a9cddb Compare June 29, 2024 07:11
@ericmarkmartin ericmarkmartin marked this pull request as ready for review June 29, 2024 08:27
@ilevkivskyi ilevkivskyi merged commit e4de4e3 into python:master Jun 29, 2024
14 checks passed
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