C# Class IronPython.Modules.PythonIterTools

Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
tee ( object iterable ) : object
tee ( object iterable, int n ) : object

Private Methods

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

Method Details

tee() public static méthode

public static tee ( object iterable ) : object
iterable object
Résultat object

tee() public static méthode

public static tee ( object iterable, int n ) : object
iterable object
n int
Résultat object