| Modifier and Type | Field and Description |
|---|---|
| private long | |
| private long | |
| private long | |
| private long | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public PyObject | __iternext__()
Implements abstract org. Return the next element of the sequence that this is an iterator for. |
| pack-priv final PyObject |
| index | back to summary |
|---|---|
| private long index | |
| len | back to summary |
|---|---|
| private long len | |
| start | back to summary |
|---|---|
| private long start | |
| step | back to summary |
|---|---|
| private long step | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyXRangeIter | back to summary |
|---|---|
| public PyXRangeIter(long index, long start, long step, long len) | |
| __iternext__ | back to summary |
|---|---|
| public PyObject __iternext__() Implements abstract org. Doc from org. Return the next element of the sequence that this is an iterator for. Returns null when the end of the sequence is reached.
| |
| rangeiterator_next | back to summary |
|---|---|
pack-priv final PyObject rangeiterator_next()
| |