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
Excuse me if this question may come across as stupid, but these hashed containers should only have hashable items. However, in builtins.pyi, I see that their type variables do not have an upper bound of collections.abc.Hashable. How is that so?
Excuse me if this question may come across as stupid, but these hashed containers should only have hashable items. However, in
builtins.pyi, I see that their type variables do not have an upper bound ofcollections.abc.Hashable. How is that so?