Questions tagged [starmap]
46 questions
-1
votes
1 answer
How to make timeit.Timer() work with output of itertools.starmap()
I am having a hard time wrapping my head around
why i can make timeit.Timer() work with output from
functools.partial() but not with output from itertools.starmap().
What I basically need is starmap(func, tuples) to have the same 'attributes' as…

RWS
- 1
- 1