Pinned Loading
-
timeit_decorator.py
timeit_decorator.py 1import time
2from functools import wraps
34def timeit(func):
5@wraps(func)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.