ruff
b6c7ba4f - [red-knot] Reduce Salsa lookups in `Type::find_name_in_mro` (#16582)

Commit
192 days ago
[red-knot] Reduce Salsa lookups in `Type::find_name_in_mro` (#16582) ## Summary Theoretically this should be slightly more performant, since the `class.is_known()` calls each do a separate Salsa lookup, which we can avoid if we do a single `match` on the value of `class.known()`. It also ends up being two lines less code overall! ## Test Plan `cargo test -p red_knot_python_semantic`
Author
Parents
Loading