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