C# Class IronPython.Modules.PythonIterTools.permutations

Inheritance: IterBase
Show file Open project: jschementi/iron

Public Methods

Method Description
permutations ( object iterable ) : System
permutations ( object iterable, object r ) : System

Private Methods

Method Description
Yielder ( int r ) : IEnumerator

Method Details

permutations() public method

public permutations ( object iterable ) : System
iterable object
return System

permutations() public method

public permutations ( object iterable, object r ) : System
iterable object
r object
return System