Implement __contains__ for dict_keys and dict_items.
(Not for dict_values, where it can't be done faster than the default implementation which just iterates the elements.)
Showing
Please register or sign in to comment
(Not for dict_values, where it can't be done faster than the default implementation which just iterates the elements.)