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
bpo-40890 introduced mapping attribute to views returned by dict.keys(), dict.values() and dict.items() in Python 3.10. It is not yet reflected in typeshed.
bpo-40890 introduced
mappingattribute to views returned bydict.keys(),dict.values()anddict.items()in Python 3.10. It is not yet reflected intypeshed.