ruff/crates/red_knot_python_semantic/resources/mdtest/unary
Douglas Creager 5e9259c96c
Don't special-case class instances in binary expression inference (#15161)
Just like in #15045 for unary expressions: In binary expressions, we
were only looking for dunder expressions for `Type::Instance` types. We
had some special cases for coercing the various `Literal` types into
their corresponding `Instance` types before doing the lookup. But we can
side-step all of that by using the existing `Type::to_meta_type` and
`Type::to_instance` methods.
2025-01-06 13:50:20 -05:00
..
custom.md Don't special-case class instances in binary expression inference (#15161) 2025-01-06 13:50:20 -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