A context manager that prints how long its body took, without scattering time.perf_counter calls through the function.
Tag
Snippets tagged contextmanager
Snippets tagged contextmanager
A context manager that prints how long its body took, without scattering time.perf_counter calls through the function.