You can't use timeit in a function (which is useful to test variable inputs of several function doing the same things, and plot graphs. I believe a well placed `@needs_local_scope` and modification to timeit should allow that.
You can't use timeit in a function (which is useful to test variable inputs of several function doing the same things, and plot graphs.
I believe a well placed
@needs_local_scopeand modification to timeit should allow that.