Skip to content

Reference ABCAnimation ABCAnimation.get_range

ABCAnimation.get_range

get_range(index)

Returns ABCAnimation object of selected range of images.

Parameters:

  • index (tuple[int, int] | slice) –

    [start, stop] similar to indexing list by list[start:stop]. Does not accept step argument in slice object.

Returns:

  • ABCAnimation

    ABCAnimation object of the selected range of images.