mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
141 B
141 B
icon | label |
---|---|
package | timeit |
timeit.timeit(f, number)
Returns the time taken to execute the given function f
number
times.