| Modifier and Type | Field and Description |
|---|---|
| private Iterator | |
| 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. |
| iterator | back to summary |
|---|---|
| private Iterator<PyObject> iterator | |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| PyTupleIterator | back to summary |
|---|---|
| public PyTupleIterator(PyTuple tuple) | |
| __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. | |