There are no implemented interfaces.
start
(type: member_descriptor
)
<member 'start' of 'slice' objects>
step
(type: member_descriptor
)
<member 'step' of 'slice' objects>
stop
(type: member_descriptor
)
<member 'stop' of 'slice' objects>
indices(...)
Assuming a sequence of length len, calculate the start and stop indices, and the stride length of the extended slice described by S. Out of bounds indices are clipped in a manner consistent with the handling of normal slices.
There are no known subclasses.