ruff/crates/ty_python_semantic
Andrew Gallant 79fe538458 [ty] Expand API of all_members to return a struct
This commit doesn't change any behavior, but makes it so `all_members`
returns a `Vec<Member>` instead of `Vec<Name>`, where a `Member`
contains a `Name`. This gives us an expansion point to include other
data (such as the type of the `Name`).
2025-07-09 12:03:56 -04:00
..
resources [ty] Fix ClassLiteral.into_callable for dataclasses (#19192) 2025-07-09 10:04:55 +02:00
src [ty] Expand API of all_members to return a struct 2025-07-09 12:03:56 -04:00
tests Auto-generate environment variable references for ty (#19205) 2025-07-08 10:48:31 -04:00
build.rs Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
Cargo.toml Auto-generate environment variable references for ty (#19205) 2025-07-08 10:48:31 -04:00
mdtest.py Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
mdtest.py.lock Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00