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

Add variadic arguments from #152 #153

Merged
merged 4 commits into from
May 31, 2024
Merged

Conversation

angelcaru
Copy link
Contributor

Note that this PR only includes variadic positional arguments (...), and not variadic keyword arguments (***) or spreading (f(...[1, 2, 3]))

@angelcaru angelcaru changed the title Add variadic arguments from #152 Add variadic arguments from [#152](https://github.com/radon-project/radon/issues/152) May 31, 2024
@angelcaru angelcaru changed the title Add variadic arguments from [#152](https://github.com/radon-project/radon/issues/152) Add variadic arguments from #152 May 31, 2024
@Almas-Ali
Copy link
Member

Almas-Ali commented May 31, 2024

Looks fine and also works fine. Is it ready to merge?

@angelcaru
Copy link
Contributor Author

It is ready to merge but it doesn't include all of the features from the original issue. Those will be separate PRs

@Almas-Ali
Copy link
Member

OK 👍🏼

@Almas-Ali Almas-Ali merged commit 236dd90 into radon-project:master May 31, 2024
1 check 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