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
Closing this here as there's nothing to be done for typeshed. I believe an intersection type (python/typing#213) could help here in the future, as it should be able to add attributes/methods to existing types.
Defining
__lt__
and__eq__
doesn't work:Defining
__lt__
and__le__
works:Defining
__lt__
alone also fails. What am I missing?The text was updated successfully, but these errors were encountered: