org.python.core
public class PyXRange extends PySequence
Since: JPython 0.3
Field Summary | |
---|---|
int | start |
int | step |
int | stop |
Constructor Summary | |
---|---|
PyXRange(int start, int stop, int step) |
Method Summary | |
---|---|
int | hashCode() |
PyList | tolist() |
String | toString() |
PyObject | __add__(PyObject generic_other) |
PyObject | __findattr__(String name) |
int | __len__() |