cutcutcodec.core.collections.sa.SliceAccessor

class cutcutcodec.core.collections.sa.SliceAccessor[source]

A dictionary like collection with intervals as key.

  • Segments are semi inclusive: [start, start+duration[

  • Guarenty no overlapp.

  • All segments have strictly positive duration.

Initialise an empty accessor.

copy() Self[source]

Return a copy of self.