SFieldCoreMixin#

class fields.mixins.base.SFieldCoreMixin[source]#

Core mixin methods for the SparseField class.

Methods

__init__()

items()

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

keys()

Return a view of the component indices in the field.

values()

Return a view of the field components.