array_split.split.ShapeSplitter.calculate_split_from_extents¶
- ShapeSplitter.calculate_split_from_extents()[source]¶
Returns split calculated using extents obtained from
split_begsandsplit_ends. All calls to calculate the split end up here to produce thenumpystructured array oftuple-of-sliceelements.- Return type:
- Returns:
A
numpystructured array where each element is atupleofsliceobjects.