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

Convert more functions in bltinsmodule.c to Argument Clinic #100357

Open
sobolevn opened this issue Dec 20, 2022 · 2 comments
Open

Convert more functions in bltinsmodule.c to Argument Clinic #100357

sobolevn opened this issue Dec 20, 2022 · 2 comments
Assignees
Labels
expert-argument-clinic type-feature A feature request or enhancement

Comments

@sobolevn
Copy link
Member

sobolevn commented Dec 20, 2022

Feature or enhancement

There are several functions that are still not coverted to argument clinic (while they even say AC: cannot convert yet, as needs PEP 457 group support in inspect). I've found:

  • vars
  • getattr
  • dir
  • next
  • iter

I will send a PR with these functions converted shortly.

Linked PRs

@abdnafees
Copy link

abdnafees commented Dec 20, 2022

What's an Argument Clinic?

@sobolevn
Copy link
Member Author

sobolevn commented Dec 20, 2022

@abdnafees you can read about it here: https://docs.python.org/3/howto/clinic.html :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expert-argument-clinic type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants