Get iterator for all values in a dictionary
Iterator for all values
The itervalues
methods returns an iterator
over the values in the dictionary. Unlike the
iterkeys the itervalues may have duplicates.
The itervalues
methods returns an iterator
over the values in the dictionary. Unlike the
iterkeys the itervalues may have duplicates.