C# Class IronPython.Modules.PythonIterTools

Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
tee ( object iterable ) : object
tee ( object iterable, int n ) : object

Private Methods

Method Description
GetR ( object r, List data ) : int
MoveNextHelper ( IEnumerator move ) : bool
UnexpectedKeywordArgument ( object>.IDictionary paramDict ) : Exception

Method Details

tee() public static method

public static tee ( object iterable ) : object
iterable object
return object

tee() public static method

public static tee ( object iterable, int n ) : object
iterable object
n int
return object