ruff/crates/red_knot_python_semantic
Douglas Creager 8fdd88013d
Support type[a.X] with qualified class names (#14825)
This adds support for `type[a.X]`, where the `type` special form is
applied to a qualified name that resolves to a class literal. This works
for both nested classes and classes imported from another module.

Closes #14545
2024-12-06 17:14:51 -05:00
..
resources Support type[a.X] with qualified class names (#14825) 2024-12-06 17:14:51 -05:00
src Support type[a.X] with qualified class names (#14825) 2024-12-06 17:14:51 -05:00
tests mdtest: include test name in printed rerun command (#14684) 2024-11-30 11:01:06 +00:00
build.rs Modernize build scripts (#13837) 2024-10-20 22:35:35 +01:00
Cargo.toml [red-knot] Property tests (#14178) 2024-12-03 13:54:54 +01:00