scipy.sparse.dok_matrix. values# dok_matrix.values()[source]# Return an object providing a view on the dict’s values. Returns: dict_valuesA view object displaying a list of all the values in the dictionary.