ruff/crates/red_knot_python_semantic
Alex Waygood d3f1c8e536
[red-knot] Add Type constructors for Instance, ClassLiteral and SubclassOf variants (#14215)
## Summary

Reduces some repetetiveness and verbosity at callsites. Addresses
@carljm's review comments at
https://github.com/astral-sh/ruff/pull/14155/files#r1833252458

## Test Plan

`cargo test -p red_knot_python_semantic`
2024-11-09 09:10:00 +00:00
..
resources [red-knot] infer types for PEP695 typevars (#14182) 2024-11-08 21:23:05 +00:00
src [red-knot] Add Type constructors for Instance, ClassLiteral and SubclassOf variants (#14215) 2024-11-09 09:10:00 +00:00
tests
build.rs
Cargo.toml Avoid cloning Name when looking up function and class types (#14092) 2024-11-04 15:52:59 +01:00