Class takewhile

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

public class takewhile extends PyIterator
See Also:
  • Field Details

  • Constructor Details

    • takewhile

      public takewhile()
    • takewhile

      public takewhile(PyType subType)
    • takewhile

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