ruff/crates/ruff_python_codegen/src
Charlie Marsh b095b7204b
Add a `TypeParams` node to the AST (#6261)
## Summary

Similar to #6259, this PR adds a `TypeParams` node to the AST, to
capture the list of type parameters with their surrounding brackets.

If a statement lacks type parameters, the `type_params` field will be
`None`.
2023-08-02 14:12:45 +00:00
..
generator.rs Add a `TypeParams` node to the AST (#6261) 2023-08-02 14:12:45 +00:00
lib.rs Remove `Parse` trait (#6235) 2023-08-01 18:35:03 +02:00
stylist.rs Pull in RustPython parser (#6099) 2023-07-27 09:29:11 +00:00