Trees | Indices | Help |
|
---|
|
object --+ | slice
slice(stop) slice(start, stop[, step])
Create a slice object. This is used for extended slicing (e.g. a[0:10:2]).
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
(start, stop, stride) |
|
||
Inherited from |
|
|||
start | |||
step | |||
stop | |||
|
x.__getattribute__('name') <==> x.name
|
hash(x)
|
|
Return state information for pickling.
|
repr(x)
|
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.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:28 2017 | http://epydoc.sourceforge.net |