Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Pyplot getter setter automatization #30199

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ZPyrolink
Copy link

PR summary

This PR update the tools/boilerplate.py for autogenerate getter / setter:

  • Axes.xlim
  • Axes.ylim
  • Any method with the following form: T.get_meth() -> TGet ; T.set_meth(...) -> TSet

PR checklist

- Create get_signature method
- Create AXES_GETTER_SETTER_TEMPLATE
- Create call_param method on generate_function

(cherry picked from commit e57b321)
(cherry picked from commit 64e7921)
(cherry picked from commit 66ee071)
@ZPyrolink ZPyrolink changed the title Pyplot get set automatization Pyplot getter setter automatization Jun 21, 2025
@ZPyrolink ZPyrolink mentioned this pull request Jun 21, 2025
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MNT]: pyplot type hints
2 participants