ruff/crates/red_knot_python_semantic/resources/mdtest/unary
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
..
custom.md Don't special-case class instances in unary expression inference (#15045) 2024-12-18 14:37:17 -05:00
integers.md [red-knot] Autoformat mdtest Python snippets using blacken-docs (#13809) 2024-10-19 15:57:06 +01:00
invert_add_usub.md [red-knot] Infer unary not operation for instances (#13827) 2024-11-13 23:31:36 +00:00
not.md Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00