git_dag.git_repository.time_it

git_dag.git_repository.time_it(f: Callable[P, R]) Callable[P, R][source]

Return decorator for timing.

Note

The generic P is a ParamSpec.