Class combinations

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

public class combinations extends PyIterator
See Also:
  • Field Details

  • Constructor Details

    • combinations

      public combinations()
    • combinations

      public combinations(PyType subType)
    • combinations

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