function_wraps

function_wraps.time_func(fn: Callable)
Execute the given callable and time the time

it took to execute

Parameters

fn (Callable to execute) –