ruff/crates/red_knot_python_semantic/resources/mdtest/assignment
Charlie Marsh 262c04f297
Use binary semantics when __iadd__ et al are unbound (#13987)
## Summary

I noticed that augmented assignments on floats were yielding "not
supported" diagnostics. If the dunder isn't bound at all, we should use
binary operator semantics, rather than treating it as not-callable.
2024-10-30 13:09:22 +00:00
..
annotations.md [red-knot] Infer attribute expressions in type annotations (#13967) 2024-10-29 11:06:44 +00:00
augmented.md Use binary semantics when __iadd__ et al are unbound (#13987) 2024-10-30 13:09:22 +00:00
multi_target.md [red-knot] Port type inference tests to new test framework (#13719) 2024-10-15 11:23:46 -07:00
unbound.md [red-knot] Remove lint-phase (#13922) 2024-10-25 18:40:52 +00:00
walrus.md [red-knot] Port type inference tests to new test framework (#13719) 2024-10-15 11:23:46 -07:00