ruff
Add convenience methods for iterating over all parameter nodes in a function
#11174
Merged

Commits
  • Add convenience methods for iterating over all parameters
    AlexWaygood committed 1 year ago
  • Rename enum to `AnyParameterRef`, and `iter_all_params` to `iter`
    AlexWaygood committed 1 year ago
  • Add `Parameters::len()`
    AlexWaygood committed 1 year ago
  • Also use the new `iter()` method in `node.rs`
    AlexWaygood committed 1 year ago
  • revert changes to the odd pylint rule
    AlexWaygood committed 1 year ago
  • address review
    AlexWaygood committed 1 year ago
  • all the iterator traits
    AlexWaygood committed 1 year ago
Loading