pymel.core.general.ProxySlice — PyMEL 1.0.7 documentation

pymel.core.general.ProxySlice

Inheritance diagram of ProxySlice

class ProxySlice(*args, **kwargs)

slice(stop) slice(start, stop[, step])

Create a slice object. This is used for extended slicing (e.g. a[0:10:2]).

indices(len) -> (start, stop, stride)

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.

start
step
stop

Previous topic

pymel.core.general.Pivot

Next topic

pymel.core.general.PyNode

Core Modules

Type Modules

Other Modules

This Page