Tagged Questions

0
votes
1answer
92 views

Tune script environment of IronPython to use itertools

Question ago (http://stackoverflow.com/questions/1271320/reseting-generator-object-in-python) I was recommended to use itertools.tee. Actually I'm using IronPython, in the library we can see many ...