You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug with defined method but other type that don't match the signature (Note from Alex: this should "fix itself" naturally when we start checking arguments passed to functions/methods)
The text was updated successfully, but these errors were encountered:
…13634)
## Summary
Implements string literal comparisons and fallbacks to `str` instance
for `LiteralString`.
Completes an item in #13618
## Test Plan
- Adds a dedicated test with non exhaustive cases
---------
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
## Summary
This PR implements comparisons for (tuple, tuple).
It will close#13688 and complete an item in #13618 once merged.
## Test Plan
Basic tests are included for (tuple, tuple) comparisons.
---------
Co-authored-by: Carl Meyer <carl@astral.sh>
This is a roadmap of features and
// TODO
to markcompare expression
as complete in #12701.object
) [red-knot] Compare expression inference - Instance (+ Rich Comparison, Membership Test) #13872__dunder__
) algorithmThe text was updated successfully, but these errors were encountered: