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.





















Home »
  Python »
    Data Types »




Data Types
String
String Format
Tuple
List
Set
Dictionary