Skip to content

Change UJOVariantList to inherit from MutableSequence

Björn Latte requested to merge bl/ujotypes-py:MutableSequenceForUjoList into master

Formerly UJOVariantList did emulate some behaviors of python lists. Inheriting from MutableSequence and implementing the necessary methods makes the UJOVariantList behave like a real Python list.

Merge request reports