Class ifilterfalse

java.lang.Object
org.python.core.PyObject
org.python.core.PyIterator
org.python.modules.itertools.ifilterfalse
All Implemented Interfaces:
Serializable, Iterable<Object>, Traverseproc
Direct Known Subclasses:
ifilterfalseDerived

public class ifilterfalse extends PyIterator
See Also:
  • Field Details

  • Constructor Details

    • ifilterfalse

      public ifilterfalse()
    • ifilterfalse

      public ifilterfalse(PyType subType)
    • ifilterfalse

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