fields.base.SparseField.values# SparseField.values() → Iterable# Return a view of the field components. This is equivalent to calling .values() on the underlying component dictionary. Returns: A view over the field’s components. Return type: ValuesView