ruff/crates/red_knot_python_semantic
Douglas Creager 2802cbde29
Don't special-case class instances in unary expression inference (#15045)
We have a handy `to_meta_type` that does the right thing for class
instances, and also works for all of the other types that are “instances
of” something. Unless I'm missing something, this should let us get rid
of the catch-all clause in one fell swoop.

cf #14548
2024-12-18 14:37:17 -05:00
..
resources Don't special-case class instances in unary expression inference (#15045) 2024-12-18 14:37:17 -05:00
src Don't special-case class instances in unary expression inference (#15045) 2024-12-18 14:37:17 -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 Introduce InferContext (#14956) 2024-12-18 12:22:33 +00:00