Extract ast helpers
Open
@srittau is already working on this.
Since Oct 19, 2025.
type-refactoring
- Dominant language
- Python
- Stars
- 83
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
... into a new ast_helpers.py module.
We have a lot of small ast analysis functions in visitor.py, for example all the functions starting with _is_ like _is_name() or _is_Incomplete. I suggest we move them into a separate module to make the visitor.py module a bit clearer.
A continuation of #519.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.