Class permutations

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

public class permutations extends PyIterator
See Also:
  • Field Details

  • Constructor Details

    • permutations

      public permutations()
    • permutations

      public permutations(PyType subType)
    • permutations

      public permutations(PyObject iterable, int r)
  • Method Details