split_part_index_offset property

split_part_index_offset property

Offset of split part’s index between what used in file path and its actual value(SplitPartInfo.part_index).

Definition:

@property
def split_part_index_offset(self):
    ...
@split_part_index_offset.setter
def split_part_index_offset(self, value):
    ...

See Also