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

Class cycle

    • Constructor Detail

      • cycle

        public cycle()
      • cycle

        public cycle(PyType subType)
      • cycle

        public cycle(PyObject sequence)
        Creates an iterator that iterates over an iterable, saving the values for each iteration. When the iterable is exhausted continues to iterate over the saved values indefinitely.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.