fields.mixins.base.SFieldCoreMixin.keys#

SFieldCoreMixin.keys() Iterable[source]#

Return a view of the component indices in the field.

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

Returns:

A view over the field’s component indices.

Return type:

KeysView