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 a function to identify ast Constant nodes more granularly #638

Merged
merged 2 commits into from
Jan 3, 2023

Commits on Jan 3, 2023

  1. Remove compatibility code

    All supported versions now supports sets and comprehensions
    lieryan committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5a79677 View commit details
    Browse the repository at this point in the history
  2. Implement ast.get_const_subtype_name() and ast.get_node_type_name()

    This handles the checkers in patchedasttest.py better than merging
    all Constant into one thing, since soon we no longer would have Python
    3.7 and lower testing these cases for us.
    lieryan committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ba269c8 View commit details
    Browse the repository at this point in the history