Class dropwhile

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

public class dropwhile extends PyIterator
See Also:
  • Field Details

  • Constructor Details

    • dropwhile

      public dropwhile()
    • dropwhile

      public dropwhile(PyType subType)
    • dropwhile

      public dropwhile(PyObject predicate, PyObject iterable)
  • Method Details