scipy.sparse.dok_array.

values#

dok_array.values()[source]#

Return an object providing a view on the dict’s values.

Returns:
dict_values

A view object displaying a list of all the values in the dictionary.