Documentation of 'org.python.modules.itertools.ifilterfalse' Java class
ifilterfalse
org.python.modules.itertools

Class ifilterfalse

    • Field Detail

      • TYPE

        public static final PyType TYPE
      • ifilterfalse_doc

        public static final java.lang.String ifilterfalse_doc
        See Also:
        Constant Field Values
    • Constructor Detail

      • ifilterfalse

        public ifilterfalse()
      • ifilterfalse

        public ifilterfalse(PyType subType)
    • Method Detail

      • ifilterfalse___init__

        public void ifilterfalse___init__(PyObject predicate,
                                          PyObject iterable)
      • __iternext__

        public PyObject __iternext__()
        Description copied from class: PyObject
        Return the next element of the sequence that this is an iterator for. Returns null when the end of the sequence is reached.
        Specified by:
        __iternext__ in class PyIterator
      • next

        public PyObject next()
        Description copied from class: PyIterator
        The exposed next method. Note that exposed derivable subclasses of PyIterator should override next to call doNext(custom___iternext__), as __iternext__ is overridden by the Derived classes.
        Overrides:
        next in class PyIterator
        Returns:
        a PyObject result

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.