Class islice

All Implemented Interfaces:
Serializable, Iterable<Object>, Traverseproc
Direct Known Subclasses:
isliceDerived

public class islice extends PyIterator
See Also:
  • Field Details

  • Constructor Details

    • islice

      public islice()
    • islice

      public islice(PyType subType)
    • islice

      public islice(PyObject iterable, PyObject stopObj)
      See Also:
      • startObj defaults to 0 and stepObj to 1
    • islice

      public islice(PyObject iterable, PyObject start, PyObject stopObj)
      See Also:
      • stepObj defaults to 1
  • Method Details