fields.mixins.base.SFieldCoreMixin.items#

SFieldCoreMixin.items() Iterable[source]#

Return a view of (index, component) pairs in the field.

This is equivalent to calling .items() on the underlying component dictionary.

Returns:

A view over the field’s component index-value pairs.

Return type:

ItemsView