count_values#

count_values(dic)[source]#

Counter of values in the dictionary. Keys in the returned dictionary are values from the input dictionary.

Parameters:

dic (dict) – dictionary with sortable values

Returns:

Dictionary of the count of values.

Return type:

dict