pymel.core.general.ProxySlice

digraph inheritance2c7b106f51 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "ProxySlice" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.general.ProxySlice",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

class ProxySlice(*args, **kwargs)

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

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

indices(*args, **kwargs)

S.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

Core Modules

Other Modules

This Page