fields.mixins.base.SFieldCoreMixin.values#

SFieldCoreMixin.values() Iterable[source]#

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