actio_python_utils.utils.timer

actio_python_utils.utils.timer(func)[source]

Wraps a function to output the running time of function calls.

Parameters:

func (Callable[..., Any]) – The function to wrap

Return type:

Callable[..., Any]

Returns:

The wrapped function